* {
    text-align: justify;
}
/*头部*/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    line-height: 90px;
    z-index: 99;
    transition: 0.3s;
}
header .top{
    background: #fff;
}
header .logo {
    float: left;
    max-width: 20%;
  margin-top:10px;
  margin-left: 5px;
  position: absolute;
}
header .searchBox {
    float: right;
    padding-top: 5px;
    margin-left: 2%;
    position: relative;
  margin-left: 150px;
}
header .searchBox .search_btn,
header .searchBox .open_search {
    display: inline-block;
    padding: 14px;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
}
header .searchBox .top_input {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 66;
    background-color: white;
    border-radius: 10px;
    padding-right: 50px;
    line-height: 1.5;
    overflow: hidden;
}
header .searchBox .top_input input {
    width: 250px;
    height: 40px;
    padding: 0 15px;
}
header .searchBox .top_input .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-size: auto;
}
header .searchBox:hover .open_search {
  background: url(../images/search.png);
  background-position: center;
  background-repeat: no-repeat;
}

header .searchBox:hover .div {
  background: #f5f5f5;
  width: 205px;
  border-radius: 50px;
}

header .searchBox:hover .div1 {
  width: 155px;
}
header .menuBox {
    float: right;
    width: 60%;
}
header .menuBox ul {
    font-size: 0;
    text-align: center;
    height: 90px;
  margin-top:10px;
}
header .menuBox ul li {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-left: 7%;
}
header .menuBox ul li:first-child {
    margin-left: 0;
}
header .menuBox ul li em {
    font-style: normal;
}
header.topDown {
    top: -150px;
}
header.bgon {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
header.bgon .menuBox ul li a {
    color: #000;
}
header.bgon:hover .menuBox ul li a {
    color: #000;
}
header.bgon  .menuBox.party ul li a:hover {
    color: rgb(244, 220, 7);
}
header .menuBox.party ul li:hover em a {
    color: rgba(254, 229, 6, 1);
}
header .menuBox.party ul li em::before {
    background: rgba(254, 229, 6, 1);
}
header.bgon .menuBox ul li a:hover {
    color: #037CDD;
}
header.bgon .searchBox .search_btn,
header.bgon .searchBox .open_search {
    background-image: url(../images/search.png);
}
.wap_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.7);
}
/*头部子菜单*/
header .open_menu {
    display: none;
}
header .tow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    background-color:#eaeef7;
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: all .5s;
    color: #000;
}
header:hover .menuBox ul li .tow a {
    color: #000;
}
header .menuBox ul li .tow a {
    color: #000;
}
header .tow2 {
    width: 300px;
    padding: 0 18px;
}
header .tow2 .div {
    width: 100%;
    padding-top: 26px;
}
header .tow2 a {
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 26px;
    line-height: 1;
    padding-right: 25px;
    position: relative;
    transition: all .5s;
}
header .tow2 a::before {
    content: '';
    width: 21px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s;
}
header .tow2 a:hover {
    color: #037CDD;
}
header .tow2 a:hover::before {
    right: 0;
    opacity: 1;
}
header .tow3 {
    width: 160px;
    top: 100%;
}
header .tow3 .div {
    padding: 0 18px;
    padding-bottom: 26px;
}
header .tow3 a {
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 38px;
    border-bottom: 1px solid #ced9e2;
    transition: all .5s;
    margin-top: 12px;
}
header .tow3 a:hover {
    color: #037CDD;
    border-bottom-color: #037CDD;
}
header .menuBox li .tow1 {
    width: 100%;
}
header .menuBox li:hover .tow1 {
    max-height: 100px;
    line-height: 68px;
}
header .menuBox li .tow1 a {
    font-size: 16px;
    color: #000;
    display: inline-block;
    line-height: 68px;
    margin: 0 18px;
    position: relative;
    transition: all .5s;
}
header .menuBox li .tow1 a::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #037CDD;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}
header .menuBox.party li .tow1 a::before {
    background: rgb(244, 220, 7);
}
header .menuBox ul li .tow1 a:hover {
    color: #037CDD;
}
header .menuBox.party ul li .tow1 a:hover {
    color: rgb(244, 220, 7);
}
header .menuBox li .tow1 a:hover::before {
    width: 100%;
}
header .menuBox ul li:hover em a {
    color: #037CDD;
}
header .menuBox ul li em::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #037CDD;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}
header .menuBox ul li:hover em::before {
    width: 100%;
}
header .menuBox ul li em {
    display: block;
    position: relative;
}
header .tow3 a,
header .tow {
    text-align: center;
}
/*广告*/
.news_imgbox{
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
.home_banner {
    position: relative;
}
.home_banner .item {
    position: relative;
    overflow: hidden;
}
.home_banner .item img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 4.5s;
    -moz-transition: 4.5s;
    -ms-transition: 4.5s;
    -o-transition: 4.5s;
    transition: 4.5s;
}
.home_banner .item.slick-active img,
.home_banner .item.animate img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.home_banner .item.animate img {
    -webkit-animation: biger 4.5s;
    animation: biger 4.5s;
}
.home_banner .banner_more{
    position: absolute;
    z-index: 98;
    background-image: url(../images/more1.png);
    width: 136px;
    height: 31px;
    margin-left: 120px;
    bottom: 45px;
}
@keyframes biger {
    from {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.home_banner .txtBox {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 1360px;
    color: white;
}
.home_banner .txtBox h3 {
    font-size: 60px;
    font-style: italic;
}
.home_banner .txtBox .info {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 80px;
}
.home_banner .slick-dots {
    position: absolute;
    bottom: 15px;
    text-align: center;
    z-index: 66;

}
.home_banner.home_index{
  z-index: 30;margin-top: 100px;
}
.home_banner.home_index .slick-dots{
    left: 140px;
}
.home_banner .slick-dots li {
    display: inline-block;
    padding: 2px;
    font-size: 0;
    margin: 0 2px;
    width: 24px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 20px;
}
.home_banner .slick-dots li.slick-active {
    background-color: #037CDD;
}
.home_banner .slick-dots li button {
    display: none;
}
.home_banner .btnA {
    display: inline-block;
    padding: 7px 6px;
    cursor: pointer;
    margin: 0 5px;
    position: absolute;
    bottom: 5.5%;
    z-index: 66;
}
.home_banner .btnA.play {
    background: url(../images/play.png) no-repeat center;
}
.home_banner .btnA.pause {
    background: url(../images/pause.png) no-repeat center;
}
.home {
    position: relative;
    z-index: 6;
    background-color: #fff;
}
.home .title {
    position: relative;
    margin-bottom: 30px;
}
.home .title h3 {
    font-size: 36px;
}
.home .title .info {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
}
.home1 .title {
    color: #037CDD;
    font-size: 45px;
    margin-top:60px;
}
.home1 {
    min-height: 800px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.home1 .auto_1600{
    padding:0;
    background-color:#fff;
    margin:0;
  max-width: 100%;
}
.home1 .txtBox {
 width: 45%;
    padding-left: 4%;
    padding-bottom: 10px;
    display: inline-block;
}
.videoV .imgbox1{
    height: 460px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home1 .info h3 {
    font-size: 32px;
    color: #0E253C;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home1 .info .inner {
    margin-top: 10px;
    font-size: 18px;
    line-height: 2;
    color: #3D454D;
    text-align: justify;
    text-indent: 2em;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.home1 .videoBox {
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.home1 .videoBox .img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 590px;
}
.home1 .videoBox .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home1 .videoBox .img .play {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 22px;
    background: url(../images/play.png) no-repeat center;
    transform: translate(-50%, -50%);
}

.art_video.videoBox {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.art_video.videoBox .img {
    position: relative;
    width: 80%;
    padding-left: 10%;
}
.art_video.videoBox .img .play {
    position: absolute;
    left: 40%;
    top: 50%;
    padding: 22px;
    background: url(../images/play.png) no-repeat center;
    transform: translate(-40%, -50%);
}

.home1 .home1_more{
    background-image: url(../images/more2.png);
    width: 136.5px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  margin-left: 25px;
}
.home1 .numBox{
  display: inline-block;
  width: 51%;
  min-height: 830px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
}
.home1 .numBox ul{
    position: absolute;
    left: 39%;
}
.home1 .numBox li {
    margin-bottom: 65px;
    min-width: 280px;
}
.home1 .numBox li:first-child {
    padding-top: 60px;
}
.home1 .numBox li:nth-child(2){
    padding-left: 39%;
}
.home1 .numBox li:nth-child(3) {
    padding-left: 42%;
}
.home1 .numBox li:last-child {
    padding-top: 55px;
    padding-left: 25%;
}
.home1 .numBox .libg {
    display: inline-block;
    padding: 20px 0px 20px 0;
    transition: 0.5s;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
.home1 .numBox p {
    font-size: 16px;
    color: #3D454D;
}
.home1 .numBox p .txt {
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #3D454D;
}
/*业务类型*/
.home2 {
    min-height: 450px;
    padding-top:30px;
    position: relative;
}
.home2 .title {
    color: white;
    position: relative;
    z-index: 2;
    font-size: 45px;
}
.home2 .title_split {
    width:40px;
    height:5px;
    background-color:#fff;
    margin-top:25px;
}
.home2 .imgBox {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home2 .imgBox .img {
    height: 100%;
    display: none;
  transition: transform 60s ease-in-out;
}
.home2 .ulBox {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    z-index: 3;
}
.home2 ul li {
    position: relative;
    float: left;
    width: 16%;
    background: url(../images/bg4_default.png) no-repeat center;
    color: white;
    padding: 20px;
    transition: 1s;
    height: 250px;
    margin-right:8px;
      border-radius: 8px;
}
.home2 ul li img:nth-child(2) {
    visibility: hidden;
}
.home2 ul li .icon img{
    border-radius: 50%;
    width: 85px;
    height: 85px;
}
.home2 ul li h3 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin-top: 55px;
    margin-bottom: 10px;
}
.home2 ul li p {
    font-size: 14px;
    opacity: 0.5;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home2 .ssb{
    color: #fff;
    opacity: 0.1;
    font-size:60px;
    position: absolute;
    right: 10px;
    top: 35px;
    font-weight: 500;
}
.home2 ul li.on {
    transition: transform 2s ease-in-out;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.home2 ul li.on .a_div{
    position: relative;
    z-index: 2;
    transform: rotateY(-180deg);
}
.newsList1 .item .content .no_img{
  margin-left: 6%;
}
.home2 ul li.on:nth-child(1) {
    background: url(../images/bg7.png) no-repeat center;
}
.home2 ul li.on:nth-child(2) {
    background: url(../images/bg5.png) no-repeat center;
}
.home2 ul li.on:nth-child(3) {
    background: url(../images/bg6.png) no-repeat center;
}
.home2 ul li.on:nth-child(4) {
    background: url(../images/bg7.png) no-repeat center;
}
.home2 ul li.on .more {
    opacity: 1;
}
.home2 ul li.on img:nth-child(1) {
    opacity: 1;
    display: none;
}
.home2 ul li.on img:nth-child(2) {
    transition: 2s;
    display: inline;
    visibility: visible;
}
.home2 ul li.on:nth-child(1) img:nth-child(2),
.home2 ul li.on:nth-child(2) img:nth-child(2),
.home2 ul li.on:nth-child(4) img:nth-child(2),
.home2 ul li.on:nth-child(3) img:nth-child(2) {
    transition: 2s;
    transform: rotate(360deg);
}
/*新闻中心*/
.home3 {
    background: url(../images/bg8.png) no-repeat center;
    min-height: 971px;
}
.home3 .title {
    text-align: left;
    margin-bottom: 60px;
    color: #3D454D;
    padding-top: 30px;
}
.home3 .title h3{
    font-size: 45px;
}
.home3 .title .moreBtn4 {
    position: absolute;
    right: 0;
    bottom: 0;
background-image: url(../images/more4.png);
    width: 136.5px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home_news .items {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.home_news .item_active,
.home_news .item {
    width: 18%;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 35px;
}
.home_news .item_active:hover,
.home_news .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home_news .item .time{
    color: rgba(123, 129, 135, 1);
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.home_news .item .tit {
    font-size: 18px;
    color: rgba(61, 69, 77, 1);
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home_news .news_more{
    background-image: url(../images/more5.png);
    width: 54.5px;
    height: 32px;
    margin-top: 45px;
   background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home_news .item_active{
    width: 55%;
    display: none;
      padding-bottom: 20px;
}
.home_news .item_active a{
    display: flex;
}
.home_news .item_active a .imgbox{  
    width: 60%;
}
.home_news .item_active a .active_content{
    width: 40%;
    padding-left: 60px;
}
.home_news .item_active a .active_content .active_time{
    color: rgba(123, 129, 135, 1);
    font-size: 16px;
    margin-top: 5px;
}
.home_news .item_active a .active_content .active_tit{
    font-size: 18px;
    color: rgba(61, 69, 77, 1);
    margin-top: 20px;
    padding-right: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home_news .item_active a .active_content .active_txt{
    color: rgba(123, 129, 135, 1);
    font-size: 16px;
    margin-top: 20px;
    padding-right: 15px;
    line-height: 26px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
/*bread菜单*/
.bread {
    opacity: 0.9;
    background-color: #fff;
    height: 70px;
    margin-bottom: 3%;
}
.pnav {
    float: left;
    width: 80%;
    display: flex;
    justify-content: space-around;
    background: rgba(3, 124, 221, 1);
}
.pnav li {
    line-height: 70px;
}
.pnav li.cur {
    background-color: #fff;
    font-size: 22px;
  padding-left: 50px;
    padding-right: 50px;
}
.pnav li a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.pnav li.cur a{
    color:rgba(3, 124, 221, 1);
}
.pnav li em {
    font-style: normal;
}
.pnav li em::before {
    content: '';
    width: 0%;
    height: 5px;
    background: #037CDD;
    position: absolute;
    bottom: 0;
    left: 45%;
    transition: all .5s;
}
.pnav li.cur em::before,
.pnav li:hover em::before {
    width: 18px;
    background: #037CDD;
}
.pnav li em {
    display: block;
    position: relative;
}
.location {
    font-size: 16px;
    color: #999;
    line-height: 70px;
    float: right;
    padding-left: 30px;
    background: url(../images/icon-home.png) no-repeat left center;
    position: absolute;
    right: 10px;
}
.location a {
    color: inherit;
}
.location span {
    color: #037CDD;
}
.party .location span {
    color: #C10000;
}
.pageMain {
    padding-bottom: 5%;
    width: 100%;
}
.newsList li {
    width: 50%;
    float: left;
    position: relative;
    padding-bottom: 31.9%;
    transition: .4s;
}
.newsList li .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.newsList li .txtBox {
    position: absolute;
    z-index: 10;
    padding: 55px 35px 40px;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newsList li .txtBox .time {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.newsList li .txtBox .time b {
    font-size: 56px;
    font-weight: normal;
    color: #333333;
    margin-right: 10px;
}

.newsList li .txtBox h3 {
    color: #333;
    font-size: 20px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    font-weight: normal;
}

.newsList li:nth-child(2),
.newsList li:hover {
    box-shadow: 0 3px 24px rgba(15, 23, 56, 0.3);
    z-index: 10;
}

.newsList li:first-child .txtBox h3 {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    height: 52px;
}

.newsList li .more {
    display: block;
    margin-top: 40px;
    height: 20px;
    background: url(../images/more.png) no-repeat left center;
    margin-left: 0;
    transition: .4s;
}

.newsList li:hover .more {
    margin-left: 20px;
}

.newsList li:first-child .more {
    display: none;
}
.newsList li:first-child {
    width: 100%;
}

.newsList li:first-child .txtBox {
    width: 50%;
}

.newsList li:first-child .img {
    width: 50%;
    left: 50%;
    z-index: 10;
}
.newsList li:first-child .img:after {
    content: "";
    border-right: 10px solid #adadad;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
    z-index: 90;
}
/*党建动态*/
.party_body{
    background: linear-gradient(180deg, #FFD5AE 0%, rgba(255, 255, 255, 0) 100%);
}
.party.bread{
    position: absolute;
    width: 90%;
    z-index: 11;
    background-color: transparent;
    opacity: 1;
      left:5%;
}
.party .pnav{
        background:linear-gradient(90deg, #C10000 0%, #FF7979 49.48%, #C10000 100%),    linear-gradient(90deg, rgba(255, 184, 1, 0) 0%, #FFB800 47.4%, rgba(255, 184, 1, 0) 100%);
}
.party.bread>div{
    display: flex;
    width: 100%;
}
.party .pnav li{
    cursor: pointer;
  min-width: 100px;
}
.party .pnav li.cur{
    background: rgba(255, 219, 186, 1);
}
.party .pnav li.cur a{
    color:#C10000;
}
.party .pnav li em::before {
    background:#C10000;
}
.party .pnav li.cur em::before,
.party .pnav li:hover em::before {
    background:#C10000;
}
.party_home{
    max-width: 100%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 100px;
}
.party_home .party_content {
    box-sizing:border-box;
    margin-top: 80px;
    padding:5px;
    border-radius:5px;
    background-image:linear-gradient(to left, #D71A16 3.31%, #FFBAB9 52.16%, #D71A16 100%);  
      margin-bottom: 20px;
}
.party_home .party_content:first-child{
    margin-top: 180px;
}
.party_home .party_box { 
    width:100%;
    height:100%;
    border-radius:5px;
    background:#FFD5AE;
    padding-bottom: 25px
}
.party_home .party_title{
    display: flex;
    justify-content: space-between;
}
.party_home .title_left{
    background-image:url(../images/box_bg.png);
    width:283px;
    height:79px;
    color: rgba(255, 234, 187, 1);
    font-size:30px;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: -60px;
    margin-left: -60px;
}
.party_home .title_left>div{
    text-align: center;
    line-height: 99px;
    margin-left: 60px;
}
.party_home .title_right{
    background-image:url(../images/box_more.png);
    width:150px;
    height:50px;
    margin:0;
    padding:0;
}
.party_home .party_spirit{
    display: flex;
    justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
    align-items: center;
}
.party_home .party_spirit>div{
    margin-top: 5px;
    height: 260px;
    width: calc((100% - 80px) / 3);
}
.spirit1,
.spirit2,
.spirit3{
    background-image:url(../images/content_bg.png);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
}
.spirit_title{
    background-image:url(../images/content_title.png);
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 67px;
}
.topic_content .spirit_title{
    background-image:url(../images/content_box1.png);
}
.spirit1 .spirit_title{
    position: absolute;
}
.spirit_title>div:first-child{
    display: flex;
    align-items: center;
    color: rgba(193, 0, 0, 1);
    font-size: 24px;
    font-weight: 500;
    height: 55px;
    margin-left: 10px;
}
.spirit_content{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display:block;
}
.spirit_des{
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(90deg, #C10000 0%, #FF7979 49.48%, #C10000 100%),
    linear-gradient(90deg, rgba(255, 184, 1, 0) 0%, #FFB800 47.4%, rgba(255, 184, 1, 0) 100%);
}
.spirit_list{
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #fff;
}
.spirit_list>a{
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
       color:#fff;
}
.spirit_list_des{
    margin-left: 10px;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.topic_content{
    display: flex;
    margin-top: 5px;
    margin-left: 60px;
    margin-right: 60px;
}
.topic_content>div{
    height: 260px;
}
.topic_content>div:first-child{
    margin-right: 40px;
    width: calc((100% - 40px) / 3);
    background-image:url(../images/content_bg.png);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
.topic_content>div:last-child{
    width: calc(100% - ((100% - 40px) / 3));
    border-radius: 15px;
    display: flex;
}
.topic_content_left{
    width: 65%;
    height: 260px;
    background: rgba(255, 171, 123, 1);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.topic_content_left .spirit_list{
   height: 240px;
   margin-top: 10px;
} 
.topic_content_left .spirit_list>div{
    line-height: 40px;
}   
.topic_content_right{
    width: 35%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-position: center;
    background-size: cover;
}
.index_img{
    height:100%;
    background-position:center;                                
    background-size:contain;
    border-radius:15px;
  background-repeat: no-repeat;
  
}
#miao1,
#miao3,
#miao0,
#miao2{
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
#miao1 .party_box,
#miao3 .party_box,
#miao0 .party_box,
#miao2 .party_box{
    background-image:url(../images/index_bg.png);
    background-position: center;
    background-size: cover;
    background-color: #fff;
}
#miao3 .party_box{
    background-position: center;
    background-size: cover;
    background-color: #fff;
}
.index_content{
    display: flex;
    margin-left: 60px;
    margin-right: 60px;
    justify-content: space-between;
}
.index_content>div{
    width: calc((100% - 40px) / 2);
    margin-top: 5px;
   background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    height:450px;
}
.index_content .spirit_list{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    color: #000;
    margin-top:20px;
    margin-left:10px;
    height:400px;
}
.index_content .spirit_list>div{
    line-height: 45px;
}
.study_bg{
    height: 900px;
}
.party_body .pageMain{
    padding-bottom: 0;
}
.brand_content{
    display: flex;
    height: 340px;
}
.brand_content .spirit_list{
    height: 320px;
    overflow: hidden;
}
.index_content  .spirit_list .spirit_list_des,
.brand_content .spirit_list .spirit_list_des{
    color: #000;
    line-height: 45px;
}
.brand_left{
    width: 70%;
    height: 100%;
    margin-top: 25px;
}
.brand_right{
    width: 30%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
#miao1 .home_banner,
#miao3 .home_banner,
#miao0 .home_banner,
#miao2 .home_banner{
    height: 450px;
  background-color: #fff;
    border-radius: 15px;
}
#miao1 .index_content .index_banner img ,
#miao3 .index_content .index_banner img ,
#miao0 .index_content .index_banner img ,
#miao2 .index_content .index_banner img {
    width: 100%;
    height: 100%;
}
.index_content>div:first-child{
    background-color: transparent;
}
.index_des{
    position: absolute;
    z-index: 100000;
    border: 1px solid red;
    width: 100%;
    background-color: rgba(234, 6, 6, 1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index_content .home_banner .slick-dots{
    bottom: 55px;
    right: 0px !important;
}
.index_content .home_banner .slick-dots li.slick-active{
    background-color:rgba(234, 6, 6, 1);
}
.positive_content{
    padding-left: 10px;
    padding-right: 10px;
}
.positive_content .swiper-container .swiper-wrapper .img{
    margin-top: 8px;
    background-position: center;
    background-size: contain;
    height: 315px;
   border-radius: 10px;
    background-repeat: no-repeat;
}
.positive_content .swiper-slide:hover{
    cursor: pointer;
}
.swiper-container .swiper-slide .img:hover{
    position: absolute;
    width: 100%;
    transform: scale(1.2);
    transition: all 0.3s ease;
    z-index: 10000000;
}
.newsList .item {
    margin-bottom: 40px;
    padding: 2%;
}
.party_main.auto_1600{
    max-width: 100%;
    margin-left: 3%;
    margin-right: 3%;
}
.newsList .item .imgbox {
    width: 20%;
    flex: 0 0 auto;
    background-position: center;
    background-size: cover;
}
.imgbox {
    overflow: hidden;
    position: relative;
}
.imgbox img {
    -webkit-transition: .6s;
    transition: .6s;
    width: 100%;
    display: block;
}
.item:hover .imgbox img,
.imgbox:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newsList .item .date {
    margin-left: 35px;
    margin-right: 35px;
    flex: 0 0 auto;
    color: rgba(234, 6, 6, 1);
    font-size: 30px;
    font-weight: 500;
    padding-top: 32px;
}
.newsList .item .date .year{
    font-size:20px;
}
.newsList .item .content {
    width: calc(100% - 20% - 50px);
    padding-top: 38px;
}
.newsList .item h3 {
    font-size: 22px;
    font-weight: 400;
    color: rgba(61, 69, 77, 1);
    margin-bottom: 25px;
}
.newsList .item .text {
    font-size: 16px;
    color: rgba(131, 137, 142, 1);
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList .item:hover{
    background-color: rgba(221, 3, 3, 0.1);
}
.newsList .item:hover h3{
    color: #EA0606;
}
.newsList .item:hover .text{
    color: #83898E;
}
/*主题教育*/
.newsList.topic .item{
    padding: 0;
    margin-bottom: 100px;
  margin-top: 40px;
}
.newsList.topic .auto_1600{
    max-width: 1650px;
}
.newsList.topic .item:hover{
    background-color: #fff;
}
.newsList.topic .item .content_box{
    width: calc(100% - 50%);
    padding-top: 22px;
    padding-bottom: 22px;
}
.newsList.topic .item .content {
    width: 100%;
    background-color: rgba(216, 36, 36, 1);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
}
.newsList.topic .item h3{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsList.topic .item .text{
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.topic .party_more1{
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
}
.topic .party_more1:hover{
    font-size: 16px;
}
.topic .party_more1:hover .party_more_img{
    background:url(../images/red_detail.jpg) no-repeat;
    width: 136.5px;
    height: 31px;
}
.topic .party_more1 .party_more_img{
    background: url(../images/more8.png) no-repeat;
    width: 136.5px;
    height: 31px;
    display: inline-block;
}
.newsList.topic .item .imgbox1 {
    width: 50%;
    flex: 0 0 auto;
background-position: center;
    background-size: cover;
}
.newsTop .item .text,
.newsList .item .text,
.mtList .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pageMain .video.auto_1600{
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
}
/*首页*/
.float_right {
    position: fixed;
    right: -100%;
    bottom: 10%;
    z-index: 99;
    transition: 0.3s;
}
.float_right.show {
    right: 0;
}
.float_right a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
}
.float_right a .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: #037CDD;
    transition: 0.3s;
    opacity: 0;
}
.float_right a .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.float_right a .txt {
    opacity: 0;
    color: white;
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
}

.float_right a:hover {
    overflow: initial;
}

.float_right a:hover .box {
    width: auto;
    right: 0;
    opacity: 1;
}

.float_right a:hover .txt {
    width: auto;
    opacity: 1;
    padding-right: 10px;
}

.column_page {
    position: relative;
    z-index: 6;
}

.float_right a .box {
    background-color: #0e1637;
}

.home .title .tl {
    margin-right: 480px;
}

.home .title .gp {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 480px;
}

.gp .item {
    font-size: 18px;
}

.gp .item .gpdata {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    line-height: 26px;
}

.gp .item .gpdata .datal {
    padding-right: 40px;
    font-size: 46px;
    line-height: 52px;
    font-family: 'Oswald';
    margin-right: 10px;
}

.gp .item.down .datal {
    background: url(../images/gpdown.png) no-repeat right center;
}

.gp .item.up .datal {
    background: url(../images/gpup.png) no-repeat right center;
}

.gp .item.down .gpdata {
    color: #31da20;
}

.gp .item.up .gpdata {
    color: #f30b28;
}

.gp .item .gpnum {
    margin-bottom: 10px;
}

.moreBtn {
    display: inline-block;
    padding: 10px 70px 10px 30px;
    border-radius: 40px;
    color: #0E1637;
    border: 2px solid #dbdce4;
    font-size: 18px;
    background: url(../images/more.png) no-repeat right 30px center;
    margin-top: 30px;
    transition: 0.3s;
}

.moreBtn:hover {
    background: #037CDD url(../images/more2.png) no-repeat right 25px center;
    color: white;
    border-color: #037CDD;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.fcontact h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.fcontact {
    font-size: 16px;
    line-height: 36px;
    color: #0f1738;
}

.fcontact .tel {
    padding-left: 30px;
    background: url(../images/icon-tel.png) no-repeat left center;
}

.fcontact .position {
    padding-left: 30px;
    background: url(../images/icon-position.png) no-repeat left center;
}

.fcontact .codebox {
    justify-content: flex-start;
    margin-top: 30px;
    color: #aeb0b7;
    line-height: 28px;
}

.fcontact .codebox .text {
    padding-left: 20px;
}

footer .bottom .fcontact .bottom_share {
    float: none;
    margin-top: 20px;
}

footer .bottom .fcontact .bottom_share a {
    margin-left: 0;
    margin-right: 20px;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 0;
    position: relative;
}

footer .bottom .fcontact .bottom_share a:last-child {
    margin-right: 0;
}

footer .bottom .fcontact .bottom_share a:after {
    width: 1px;
    height: 10px;
    background: #ccc;
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
}

footer .bottom .fcontact .bottom_share a:last-child:after {
    display: none;
}

.fcontact .codebox .qcode {
    width: 108px;
}

.fnav {
    flex: 1 1 auto;
    margin-left: 10%;
}

.fnav dl {
    padding-left: 60px;
    font-size: 16px;
    line-height: 36px;
    color: #b6b7c0;
}

.fnav dl dt {
    font-size: 18px;
    color: #0f1738;
    margin-bottom: 20px;
}

.fnav dl a {
    color: inherit;
}

.fbottom {
    margin-top: 65px;
    padding-top: 45px;
    color: #7f8497;
    font-size: 16px;
    border-top: 1px solid #e7e7ea;
}

.fbottom a {
    color: inherit;
}

.fnav dl a:hover,
.fbottom a:hover {
    color: #0f1738;
}

footer.foot2 {
    padding-bottom: 45px;
    background: #eff0f6 url(../images/footbg.jpg) no-repeat center;
}

.icon-menu {
    width: 100%;
    height: 100%;
    position: relative;
}

.icon-menu .icon-menu-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0s;
    margin-top: 0;
    margin-left: 0;
}

.on .icon-menu .icon-menu-inner {
    opacity: 1;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    transition: 1s;
}

.icon-menu .icon-menu-inner i {
    width: 17px;
    height: 17px;
    position: absolute;
}

.icon-menu .icon-menu-inner i.i1 {
    left: 0;
    top: 0;
    background: url(../../szgsgl202107135586/uploadfiles/iicon.png) no-repeat center;
}

.icon-menu .icon-menu-inner i.i2 {
    right: 0;
    top: 0;
    background: url(../../szgsgl202107135586/uploadfiles/iicon.png) no-repeat center;
    transform: rotate(90deg);
}

.icon-menu .icon-menu-inner i.i3 {
    left: 0;
    bottom: 0;
    background: url(../../szgsgl202107135586/uploadfiles/iicon.png) no-repeat center;
    transform: rotate(-90deg);
}

.icon-menu .icon-menu-inner i.i4 {
    right: 0;
    bottom: 0;
    background: url(../../szgsgl202107135586/uploadfiles/iicon.png) no-repeat center;
    transform: rotate(180deg);
}

footer .bottom_top h3 strong {
    font-family: "youran";
    padding-right: 60px;
    position: relative;
    font-size: 72px;
    line-height: 1;
    font-weight: normal;
    color: #037CDD;
}

footer .bottom_top h3 strong:after {
    content: "";
    position: absolute;
    right: 33px;
    bottom: 23px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0f1738;
}

footer .bottom_top h3 strong:last-child:after {
    display: none;
}

footer .bottom_top h3 strong:last-child {
    padding: 0;
}

.float_right a .box {
    background: #037CDD;
}

/*走进惠州交投*/
.pbanner {
    position: relative;
}
.pbanner .banner_more{
    position: absolute;
    z-index: 1000;
    background-image: url(../images/more1.png);
    width: 136px;
    height: 31px;
    left: 60px;
    bottom: 40px;
}
.pbanner .party_banner_more{
    position: absolute;
    z-index: 1000;
    background-image: url(../images/more1.png);
    width: 136px;
    height: 31px;
    left: 50px;
    bottom: 40px;
}
.pbanner img {
    width: 100%;
  	height: 400px;
}
.banText {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.banText h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}

.banText h1 b {
    font-size: 130px;
    font-family: 'youran';
    font-weight: normal;
    letter-spacing: -0.12em;
}


/*文章模板1*/
.pageMain1 {
    padding-bottom: 5%;
    width: 100%;
}
.pageMain1 .arTop h2{
    color: #037CDD;
    font-size: 40px;
}
.pageMain1 .arTop{
    border: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.pageMain1 .arTop em {
    font-style: normal;
}
.pageMain1 .arTop em::after {
    content: '';
    width: 22px;
    height: 5px;
    background: #037CDD;
    position: absolute;
    transition: all .5s;
}
.pageMain1 .arContent p{
    color: rgba(61, 69, 77, 1);
    font-size: 18px;
    line-height: 32px;
}
.pageMain1 .arCount{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
}
.pageMain1 .arCount .arImg.right{
    background: url('../images/bg9.png');
    width: 129px;
    height: 129px;
}
.pageMain1 .arCount .arImg.left{
    background: url('../images/bg10.png');
    width: 129px;
    height: 129px;
}
.pageMain1 .arCount .arImg.right .uint{
    color: #3D454D;
    font-size: 18px;
    margin-left: 55px;
    margin-top: 8px;
    position: absolute;
}
.pageMain1 .arCount .arImg.right .uint .txt{
    font-size: 46px;
    font-weight: 500;
}
.pageMain1 .arCount .arImg.right .des{
    font-size: 18px;
    color: #626971;
    margin-left: 55px;
    position: absolute;
    margin-top: 59px;
}
.pageMain1 .arCount .arImg.left .uint{
    color: #3D454D;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 8px;
    position: absolute;
}
.pageMain1 .arCount .arImg.left .uint .txt{
    font-size: 40px;
    font-weight: bold;
}
.pageMain1 .arCount .arImg.left .des{
    font-size: 18px;
    color: #626971;
    margin-left: 5px;
    position: absolute;
    margin-top: 59px;
}
.pageMain3 .auto_1600{
    margin:0;
    padding:0;
}
/*文章模板2*/
.pageMain3{
    width: 100%;
}
.pageMain3 .content3{
    display: flex;
    width: 100%;
}
.pageMain3 .content3 .img3{
    width: 50%;
     background-size: contain;
    background-repeat: no-repeat; 
}

.pageMain3 .content3 .article{
    padding-left: 50px;
    padding-top: 40px;
}
.pageMain3 .content3 .article .title3{
   color: #3D454D;
   font-size: 45px;
   font-weight: bold;
   margin-bottom: 15px;
}
.pageMain3 .content3 .article .split{
   border: 1px solid rgba(181, 181, 181, 1);
}
.pageMain3 .content3 .article .little_title{
    color: rgba(61, 69, 77, 1);
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 45px;
}
.pageMain3 .content3 .article p{
   color: #3D454D;
   font-size: 20px;
   line-height: 50px;
   padding-right: 45px;
  text-align:center;
}

.deatil .time{
    text-align: center;
}
.navigator_title{
    display: flex;
    align-items: center;
    margin-top: 50px;
    font-size: 36px;
    font-weight: bold;
}
.navigator_title_1{
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 100px;
    font-size: 28px;
}
.split_col{
    width: 5px;
    height: 35px;
    background-color: #000;
    margin-right: 15px;
}
.split_col_1{
    width: 4px;
    height: 25px;
    background-color: #000;
    margin-right: 15px;
}
.navigator_a{
    font-size: 16px;
    margin-left: 130px;
    font-weight: bold;
    line-height: 45px;
}
.pageMain1 .group{
    text-align: center;
    width: 100%;
}
.pageMain1 .group .group_title{
    text-align: center;
    font-size: 36px;
    color: #037CDD;
    position: relative;
    font-weight: 500;
    letter-spacing: 3px;
}
.pageMain1 .group p{
    text-align: center;
}
.pageMain1 .group img{
    height: 850px;
}
.pageMain1 .group_split{
    text-align: center;
    border: 3px solid #037CDD;
    display: inline-block;
    width: 22px;
    padding: 0;
    margin-right: 45px;
}
.pabout {
    position: relative;
    padding-bottom: 9%;
    width: 100%;
    overflow: hidden;
}

.pabout .text {
    margin-left: 50%;
    font-size: 18px;
    color: #555;
    line-height: 2;
    padding-top: 7%;
}

.pabout .text h3 {
    font-size: 44px;
    color: #0f1738;
    line-height: 1.2;
    margin-bottom: 10px;
}

.pabout .text h4 {
    font-size: 30px;
    color: #0f1738;
    line-height: 1.2;
}

.pabout .text .con {
    margin-top: 35px;
    padding-top: 35px;
    position: relative;
}

.pabout .text .con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    border-top: 1px solid #0f1738;
}

.aboutData {
  margin-top: 60px;
  font-size: 16px;
  color: #000;
}

.aboutData li {
    padding-right: 30px;
}
.aboutData li .charstr,
.aboutData li .num {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #0f1738;
}

.pabout .img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50%;
}

.aboutFor {
    background: -webkit-linear-gradient(180deg, #f9f9f9, transparent 50%);
    background: linear-gradient(180deg, #f9f9f9, transparent 50%);
}

.logobg {
    padding-top: 7%;
    padding-bottom: 7%;
    background: url(../images/logo3.png) no-repeat right top;
}

.blockTitle {
    margin-bottom: 70px;
    max-width: 800px;
}

.blockTitle h3 {
    font-size: 40px;
    color: #0f1738;
    margin-bottom: 30px;
}

.blockTitle .txt {
    font-size: 18px;
    color: #555;
    line-height: 2;
}

.fors {
    align-items: stretch;
}

.fors .item {
    position: relative;
    padding: 0 50px;
    width: 33.33%;
    font-size: 18px;
    color: #555;
    line-height: 2;
}

.fors .item:before {
    content: "";
    width: 11px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #0eae6d;
    border-radius: 6px;
}

.fors .item .icon {
    font-size: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 50%;
    margin-bottom: 40px;
}

.fors .item .tit {
    font-size: 30px;
    color: #0f1738;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 30px;
}

.abblock {
    margin-bottom: 6%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.abblock .text {
    width: 50%;
    font-size: 18px;
    color: #555;
    line-height: 2;
}

.abblock .text .tit {
    font-size: 24px;
    color: #0f1738;
    line-height: 1.2;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 35px;
}

.abblock .text h3 {
    font-size: 44px;
    margin-bottom: 20px;
}

.abblock .text .tit:before {
    content: "";
    width: 200%;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #0f1738;
    position: absolute;
}

.abblock .img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.abblock .flex {
    align-items: center;
    min-height: 680px;
}



.pageTitl2 {
    font-size: 44px;
    text-align: center;
    color: #0f1738;
    margin-bottom: 50px;
}

.pageTab {
    margin-bottom: 5%;
    position: relative;
    z-index: 30;
}

.pageTab ul {
    justify-content: center;
}

.pageTab li a {
    display: block;
    font-size: 18px;
    color: #0f1738;
    min-width: 180px;
    padding: 0 15px;
    text-align: center;
    border: 2px solid #dbdce4;
    line-height: 46px;
    border-radius: 25px;
    -webkit-transition: .6s;
    transition: .6s;
}

.pageTab li {
    margin: 0 10px;
}

.pageTab li.cur a,
.pageTab li a:hover {
    background: #037CDD;
    color: #fff;
    border-color: #037CDD;
}

.bglogo2 {
    background: url(../images/bglogo.png) no-repeat right top;
}

.memberTop {
    position: relative;
    padding: 60px 0;
}

.memberTop:before {
    content: "";
    position: absolute;
    left: 0;
    right: calc(50% + 800px - 190px);
    background: url(../images/mbg.png) no-repeat center;
    background-size: cover;
    height: 100%;
    z-index: -1;
    top: 0;
}

.memberTop .tit {
    margin-left: 25%;
    font-size: 30px;
    color: #0f1738;
    font-weight: bold;
    padding-bottom: 50px;
    border-bottom: 10px solid #f5f7f9;
    line-height: 1;
    margin-bottom: 30px;
}

.memSliders {
    align-items: center;
    flex-wrap: wrap;
}

.memSliders .left {
    width: 50%;
    flex: 0 0 auto;
    position: relative;
}

.desSlider {
    height: 300px;
}

.desSlider .flex {
    height: 300px;
    align-items: center;
}

.desSlider .flex .img {
    flex: 0 0 auto;
    width: 300px;
    height: 300px;
    font-size: 0;
    border-radius: 50%;
}

.desSlider .flex .img img {
    width: 100%;
}

.desSlider .flex .text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    width: 50%;
}

.desSlider .flex .text .t {
    font-size: 24px;
    color: #0f1738;
    margin-bottom: 20px;
}

.desSlider .flex .text .content {
    display: none;
}

.desSlider .flex .text .des {
    margin-bottom: 40px;
}

.desSlider .swiper-slide {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
    opacity: 0 !important;
}

.desSlider .swiper-slide-active {
    opacity: 1 !important;
}

.desSlider .swiper-slide-active .flex .text .t {
    -webkit-animation: fadeInDown .6s;
    animation: fadeInDown .6s;
}

.desSlider .swiper-slide-active .flex .text .des {
    -webkit-animation: fadeInUp .6s;
    animation: fadeInUp .6s;
}

.desSlider .swiper-slide-active .flex .text .viewBtn {
    -webkit-animation: fadeInUp .6s;
    animation: fadeInUp .6s;
}

.desSlider .swiper-slide-shadow-right,
.desSlider .swiper-slide-shadow-left {
    display: none !important;
}

.viewBtn {
    font-size: 16px;
    color: #0f1738;
    display: inline-block;
    cursor: pointer;
}

.viewBtn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 21px;
    height: 13px;
    margin-bottom: 3px;
    background: url(../images/more.png) no-repeat center;
    -webkit-transition: .4s;
    transition: .4s;
}

.viewBtn:hover {
    color: #037CDD;
}

.viewBtn:hover i {
    margin-left: 15px;
    background: url(../images/more3.png) no-repeat center;
}

.memSliders .right {
    width: 50%;
    flex: 0 0 auto;
}

.memSliders .right .img {
    width: 200px;
    margin: auto;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 90px;
}

.slideControls {
    margin-top: 90px;
    margin-left: 50%;
    position: relative;
    z-index: 30;
}

.slideControls span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.slideControls span.prev {
    background: #f9f9f9 url(../images/more.png) no-repeat center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slideControls span.next {
    background: #1d76d6 url(../images/more2.png) no-repeat center;
}

.memberSec {
    background: url(../images/mbg2.jpg) no-repeat top center;
    background-size: 100%;
    margin-top: 6%;
    padding-top: 6%;
}

.memBox {
    padding: 60px 80px 0;
    background: #fff;
}

.memberSec .blockTitle2 {
    color: #fff;
}

.blockTitle2 {
    text-align: center;
    margin-bottom: 55px;
    color: #0f1738;
}

.blockTitle2 h3 {
    font-size: 30px;
    font-weight: normal;
}

.member1 {
    justify-content: space-around;
    padding-bottom: 40px;
    border-bottom: 10px solid #f5f7f9;
    margin-bottom: 6%;
}

.member1 .item {
    width: 33.33%;
    text-align: center;
    color: #555;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.member1 .item .img {
    padding: 30px 0;
    background: url(../images/logobg2.png) no-repeat center;
    background-size: auto 100%;
    margin-bottom: 10px;
}

.member1 .item .icon {
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    line-height: 180px;
    font-size: 0;
    background: url(../images/memnull.png) no-repeat center;
    background-size: cover;
}

.member1 .item .tit {
    font-size: 24px;
    color: #0f1738;
    margin-bottom: 10px;
}

.memBox .blockTitle2 {
    color: #0f1738;
}

.member2 .item {
    width: 23%;
    padding: 30px 20px 40px;
    text-align: center;
    font-size: 16px;
    color: #555;
    background: #f9f9f9;
    margin: 0 1%;
}

.member2 .item .img {
    padding: 30px 0;
    background: url(../images/logo3.png) no-repeat center;
    background-size: auto 100%;
    margin-bottom: 10px;
}

.member2 .item .icon {
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    line-height: 180px;
    font-size: 0;
    background: url(../images/memnull.png) no-repeat center;
    background-size: cover;
}

.member2 .item .tit {
    font-size: 24px;
    color: #0f1738;
    margin-bottom: 10px;
}

.popMask {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 56, 0.5);
    display: none;
}

.popInner {
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 2%;
}

.popContainer {
    background: #fff;
    width: 1200px;
    max-width: 100%;
    position: relative;
    padding-top: 58px;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.popContainer .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    background: #037CDD;
    border-radius: 50%;
    cursor: pointer;
}

.popContainer .close:after,
.popContainer .close:before {
    content: "";
    position: absolute;
    left: 30%;
    right: 30%;
    top: 50%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popContainer .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popContainer .content {
    position: relative;
}

.popContainer .content .img {
    width: 33.33%;
    position: absolute;
    left: 58px;
    top: 0;
}

.popContainer .content .descript {
    padding-left: 40%;
    background: #eaecf2;
    padding-top: 36px;
    padding-bottom: 70px;
    padding-right: 58px;
}

.popContainer .content .tit {
    padding-left: 40%;
    padding-bottom: 36px;
}

.popContainer .content .tit h3 {
    font-size: 30px;
    color: #0f1738;
    margin-bottom: 10px;
    font-weight: normal;
}

.pb0 {
    padding-bottom: 0;
}

.zl1 .flex {
    align-items: center;
}

.zl1 .img {
    position: relative;
    width: 40%;
    height: 40%;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
    padding: 1%;
}

.zl1 .img:after {
    content: "";
    position: absolute;
    width: 52%;
    height: 52%;
    z-index: 3;
    right: 0;
    top: 0;
    background: url(../images/roundbg.png) no-repeat right top;
    background-size: cover;
}

.zl1 .img img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.zl1 .text {
    padding-left: 6%;
    font-size: 18px;
    line-height: 2;
    color: #555;
}

.zl1 .text h3 {
    font-size: 44px;
    line-height: 1.3;
    color: #0f1738;
    margin-bottom: 40px;
}

.zl2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -75px;
    padding-top: 200px;
    padding-bottom: 140px;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    width: 100%;
    overflow: hidden;
}

.zl2 .text {
    width: 50%;
}

.zl2 .text .tit {
    position: relative;
    font-size: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.zl2 .text .tit:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200%;
}

.zlcontent {
    background: -webkit-linear-gradient(180deg, #f9f9f9, transparent 50%);
    background: linear-gradient(180deg, #f9f9f9, transparent 50%);
    padding: 5% 0 6%;
}

.zlnav {
    position: sticky;
    top: 90px;
    float: left;
    width: 300px;
}

.zlnav .item a {
    display: block;
    overflow: hidden;
    line-height: 90px;
    font-size: 18px;
    color: #9196aa;
    border-bottom: 12px solid #f7f7f7;
    background: #fff;
}

.zlnav .item .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-bottom: 3px;
    width: 70px;
    opacity: 0.4;
}

.zlnav .item.cur a,
.zlnav .item a:hover {
    color: #0f1738;
    border-color: #0f1738;
}

.zlnav .item.cur .icon,
.zlnav .item:hover .icon {
    opacity: 1;
}

.zlcontents {
    margin-left: 400px;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.info table {
    border-spacing: 0;
    width: 100%;
}

.info th {
    border: 1px solid #e5e5e5;
    padding: 22px 35px;
    color: #333;
    text-align: left;
    white-space: nowrap;
}

.info td {
    padding: 22px 35px;
    border: 1px solid #e5e5e5;
}

.info td:first-child {
    background: #f9f9f9;
    position: relative;
}

.info td:first-child:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 100%;
    background: -webkit-linear-gradient(90deg, #e5e5e5, transparent);
    background: linear-gradient(90deg, #e5e5e5, transparent);
    opacity: 0.7;
}

.mails {
    background: url(../images/djsbg.jpg) no-repeat bottom center;
    background-size: 100% auto;
}
.events_item{
    color: #000;
    font-size: 22px;
    opacity: 0.8;
    line-height: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.events_item span{
    opacity: 0.8;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
}
.sliderMain {
    max-width: 1200px;
    margin: auto;
    padding-top: 4%;
}
.sliderMain .swiper-slide .tit {
    text-align: right;
    width: 36%;
    font-size: 60px;
    color: #037CDD;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.sliderMain .swiper-slide .content {
    overflow: hidden;
    margin-bottom: 36px;
}
.sliderMain .swiper-slide .content .img {
    width: 43%;
    float: left;
    text-align: right;
}
.sliderMain .swiper-slide .content .img img{
   min-height:270px;
}
.sliderMain .swiper-slide .content .text {
    font-size: 18px;
    color: #333;
    padding-left: 15px;
}
.sliderMain .swiper-slide .content .text h2{
    color: rgba(3, 124, 221, 1);
    margin: 0;
    margin-bottom: 20px;
    font-size: 50px;
}
.sliderMain .swiper-slide .content .text li{
    line-height: 45px;
}

.sliderMain .swiper-slide .img2 {
    background: url(../images/more10.png) no-repeat center;
    width: 136.5px;
    height: 31px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
}

.mailsLine {
    background: url(../images/mails.png) repeat-x center 38px;
    position: relative;
}
.mailsLine .year {
    font-size: 18px;
    color: #0f1738;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    position: relative;
    padding-bottom: 30px;
    cursor: pointer;
}

.mailsLine .year:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #b5b7c0;
    bottom: 14px;
    margin-left: -5px;
    border-radius: 50%;
}

.mailsLine .swiper-slide-thumb-active .year {
    color: #037CDD;
}

.mailsLine .swiper-slide-thumb-active .year:after {
    background: #037CDD;
}

.slideTumb {
    position: relative;
    padding: 0 80px;
}

.tumbControl .prev,
.tumbControl .next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #037CDD;
    bottom: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.tumbControl .prev {
    background: url(../images/left.png) no-repeat center;
    left: 0;
}
.tumbControl .next {
    background: #037CDD url(../images/right.png) no-repeat center;
    right: 0;
}

.mailsLine1 {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.mailsLine1 .year {
    font-size: 20px;
    color: #0f1738;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    position: relative;
    padding-bottom: 22px;
    cursor: pointer;
}
.mailsLine1 .year:after {
    content: "";
    position: absolute;
    left: 20%;
    width: 120px;
    height: 3px;
    background: #fff;
    bottom: 0;
}
.mailsLine1 .swiper-slide-thumb-active .year {
    color: #037CDD;
}
.mailsLine1 .swiper-slide-thumb-active .year:after {
    background: #037CDD;
}
.mailsLine1 .swiper-slide.cur .year {
    color: #037CDD;
}
.mailsLine1 .swiper-slide.cur .year:after {
    background: #037CDD;
}

.mailsLine1 .tumbControl .prev,
.mailsLine1 .tumbControl .next {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #037CDD;
    bottom: 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.mailsLine1 .tumbControl .prev {
    background: #037CDD url(../images/pre_more2.png) no-repeat center;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mailsLine1 .tumbControl .next {
    background: #037CDD url(../images/pre_more2.png) no-repeat center;
    right: 0;
}

.worth .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.worth .item .textBg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/shadowr.png) no-repeat left center;
    background-size: cover;
}

.worth .item .itemInner {
    min-height: 720px;
    align-items: center;
    margin-left: 50%;
    font-size: 18px;
    color: #555;
    position: relative;
    z-index: 20;
}

.worth .item .text {
    position: relative;
    padding-left: 33%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.worth .item .text .icon {
    width: 80px;
    height: 80px;
    font-size: 0;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #0f1738;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -40px;
}

.worth .item .text .tit {
    font-size: 24px;
    color: #0f1738;
    margin-bottom: 20px;
}

.worth .item .text h3 {
    font-size: 44px;
    line-height: 1.4;
    color: #0f1738;
    margin-bottom: 45px;
}

.worth .item:nth-child(2n) .itemInner {
    margin-left: 0;
    width: 50%;
}

.worth .item:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 35%;
}

.worth .item:nth-child(2n) .icon {
    left: auto;
    right: -40px;
}

.worth .item:nth-child(2n) .textBg {
    right: auto;
    left: 0;
    background: url(../images/shadowl.png) no-repeat right center;
    background-size: cover;
}

.Pagesa {
    text-align: center;
    margin-top: 50px;
}

.Pagesa a {
    background: #f9f9f9;
    font-style: normal;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin: 0 8px;
    text-align: center;
    border-radius: 50%;
}

.Pagesa a.a_cur,
.Pagesa a:hover {
    background: #037CDD;
    color: #fff;
}

.Pagesa a.a_cur.a_party,
.Pagesa a.a_party:hover {
    background: red;
    color: #fff;
}

.Pagesa .a_prev,
.Pagesa .a_next {
    width: 75px;
    border-radius: 25px;
}

.Pagesa .a_prev::before,
.Pagesa .a_next::before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.Pagesa .a_prev::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Pagesa .a_next::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.Pagesa a:hover:before {
    border-color: #fff;
}

.Pagesa.red a.a_cur,
.Pagesa.red a:hover {
    background: #b60b20;
}

.newsbg {
    background: url(../images/newsbg.png) no-repeat top center;
    background-size: 100%;
}

.newsTop .item {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 1%;
    padding-bottom: 40px;
    background: #f7f7f7;
}

.newsTop .item:nth-child(3n) {
    margin-right: 0;
}

.newsTop {
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.newsTop .item .date {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin: 30px 40px 10px;
}

.newsTop .item h3 {
    font-size: 24px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    margin: 0 40px 20px;
    font-weight: normal;
}

.newsTop .item .text {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 0 40px;
    color: #555;
}

.morea {
    flex: 0 0 auto;
    margin-left: 40px;
    margin-top: 30px;
    width: 50px;
    height: 50px;
    background: #fff url(../images/more7.png) no-repeat center;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s;
}

.item:hover .morea,
.morea:hover {
    background: #1d76d6 url(../images/more2.png) no-repeat center;
}

.party_more{
    margin-top: 30px;
    background: url(../images/party_more.png) no-repeat;
    width: 136.5px;
    height: 31px;
}

.honnorCenter {
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.honnorCenter .item {
    width: 20%;
    text-align: center;
    padding-bottom: 83px;
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: flex-end;
}

.honnorCenter .item:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 83px;
    left: 0;
    bottom: 0;
    background: url(../images/shawCenter.png) repeat-x center top;
}

.honnorCenter .item:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 83px;
    right: 0;
    bottom: 0;
    background: url(../images/shawCenter.png) repeat-x center top;
}

.honnorCenter .item .tit {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 48px;
    z-index: 10;
    font-size: 16px;
}

.honnorCenter .item .img {
    display: inline-block;
    position: relative;
    border: 7px solid #943238;
}

.honnorCenter .item .img:after {
    content: "";
    position: absolute;
    right: -27px;
    bottom: -7px;
    width: 30px;
    height: 100%;
    background: url(../images/horshaw.png) no-repeat right bottom;
    z-index: -1;
}

.honnorlist {
    margin-top: 6%;
    padding: 6% 0 1px;
    background: url(../images/hbg2.jpg) no-repeat center;
    background-size: cover;
}

.honnorlist .list {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.honnorlist .item {
    padding: 40px 24px;
    background: #fff;
    font-size: 18px;
    line-height: 2;
    color: #555;
    margin-bottom: 7%;
    -webkit-transition: .6s;
    transition: .6s;
}

.honnorlist .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.honnorlist .list:nth-child(4n) {
    margin-right: 0;
}

.honnorlist .item .tit {
    font-size: 24px;
    color: #0f1738;
}

.honnorlist .items {
    margin-bottom: 100px;
}

.textBox .box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 80px;
    min-height: 450px;
    align-items: center;
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-bottom: 6%;
      border-radius: 5px;
}
.textBox .box .text {
    max-width: 61%;
    padding:10px 20px 30px 20px;
 background-color: rgba(48, 48, 48, 0.6);
    border-radius: 4px;
}

.textBox .box .tit {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.fullSlide {
    width: 100%;
    padding: 6% 17.5%;
    overflow: hidden;
    background: -webkit-linear-gradient(180deg, #f7f8f9, #fff);
    background: linear-gradient(180deg, #f7f8f9, #fff);
}

.fullSlide .swiper-container {
    overflow: visible;
}

.fullSlide .swiper-slide {
    overflow: hidden;
    background: #fff;
}

.fullSlide .imgbox {
    width: 50%;
    float: left;
}

.fullSlide .content {
    padding: 6% 30px 0 50px;
    margin-left: 50%;
    font-size: 18px;
    color: #555;
    line-height: 2;
    background: url(../images/logobg2.png) no-repeat right top;
}

.fullSlide .content .tit {
    font-size: 30px;
    font-weight: bold;
    color: #0f1738;
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
    z-index: 10;
}

.viewmore {
    display: inline-block;
    font-size: 18px;
    color: #0f1738;
    line-height: 1;
    white-space: nowrap;
}

.viewmore i {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 13px;
    margin-bottom: 3px;
    margin-left: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    background: url(../images/more7.png) no-repeat center;
}

.viewmore:hover i {
    margin-left: 15px;
}

.fullSlide .content .viewmore {
    margin-top: 8%;
}

.fullSlide .content .tit:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: -75px;
    top: 50%;
    margin-top: 1px;
    background: #037CDD;
}

.fullSlide .content .text {
    max-height: 6em;
    overflow: hidden;
}

.swiperDots {
    margin-top: 50px;
    text-align: center;
}

.swiperDots span {
    width: 10px;
    height: 10px;
    background: none;
    border: 2px solid #cbcbcb;
    margin: 0 10px;
    opacity: 1;
}

.swiperDots span.swiper-pagination-bullet-active {
    border-color: #037CDD;
    background: #037CDD;
}

.tabContainer {
    padding: 6% 0;
    background: -webkit-linear-gradient(180deg, #f7f8f9, #fff);
    background: linear-gradient(180deg, #f7f8f9, #fff);
}

.tabHead {
    margin-bottom: 65px;
    text-align: center;
}

.tabHead span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid transparent;
    margin: 0 40px;
    font-size: 32px;
    color: #9196aa;
    cursor: pointer;
}

.tabHead span:hover,
.tabHead span.cur {
    border-color: #037CDD;
    color: #037CDD;
}

.newsList2 .items {
    flex-wrap: wrap;
}

.newsList2 .item {
    padding: 20px 30px;
    width: 25%;
    -webkit-transition: .4s;
    transition: .4s;
}

.newsList2 .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newsList2 .item .tit {
    font-size: 24px;
    color: #0f1738;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    margin: 20px 0 10px;
}

.newsList2 .item .text {
    margin-bottom: 35px;
    font-size: 18px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lineItems .item {
    margin-bottom: 80px;
}

.lineItems .item:last-child {
    margin-bottom: 0;
}

.lineItems .item .flex {
    align-items: center;
    background: #f9f9f9;
    font-size: 18px;
    line-height: 2;
    color: #555;
    flex-direction: row-reverse;
    position: relative;
    z-index: 10;
}

.lineItems .item .imgbox {
    width: 50%;
    flex: 0 0 auto;
}

.lineItems .item .content {
    padding: 20px 4%;
}

.lineItems .item:nth-child(2n) .flex {
    flex-direction: row;
}

.lineItems .item .flex:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: url(../images/logo3.png) no-repeat right top;
    background-size: 43%;
}

.lineItems .item:nth-child(2n) .flex:after {
    left: 50%;
}

.lineItems .item .tit {
    font-size: 30px;
    color: #0f1738;
    line-height: 1.5;
}

.lineItems .item .text {
    max-height: 6em;
    overflow: hidden;
    margin: 5% 0;
}

.projectDate {
    margin-bottom: 50px;
    font-size: 16px;
    color: #9b9fac;
}

.projectDate .item {
    padding-right: 2%;
    position: relative;
    padding-left: 26px;
}

.projectDate .item .text {
    font-size: 24px;
    color: #0f1738;
    font-family: 'Gotham';
    font-weight: bold;
    margin-top: 10px;
}

.projectDate .item:before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    background: #0dad70;
    border-radius: 4px;
    left: 0;
    top: 0;
}

.projectInfo {
    padding-bottom: 6%;
}

.projectInfo .desc {
    max-width: 1600px;
    font-size: 18px;
    line-height: 2;
    color: #555;
}

.projectContent {
    padding: 6% 0;
    background: -webkit-linear-gradient(180deg, #f7f8f9, #fff);
    background: linear-gradient(180deg, #f7f8f9, #fff);
    background-size: auto 300px;
    background-repeat: repeat-x;
}

.contentHead {
    align-items: center;
    margin-bottom: 60px;
}

.contentHead .pageTitl2 {
    margin-bottom: 0;
}

.contentTab span {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    line-height: 46px;
    border: 2px solid #dbdce4;
    text-align: center;
    font-size: 18px;
    color: #0f1738;
    border-radius: 25px;
    cursor: pointer;
    margin-left: 20px;
}

.contentTab span.cur,
.contentTab span:hover {
    color: #fff;
    border-color: #037CDD;
    background: #037CDD;
}

.infoTitle {
    line-height: 1;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0f1738;
    padding: 80px 0 50px;
    background: url(../images/titbg.png) no-repeat top center;
    background-size: 100%;
}

.projectContent .info td {
    width: auto;
}

.projectContent .info td:first-child {
    width: 140px;
    text-align: center;
}

.projectContent .info th:first-child {
    text-align: center;
}

.projectContent .info td:nth-child(2),
.projectContent .info td:nth-child(3) {
    width: 240px;
}

.tips {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    padding-left: 30px;
    margin-top: 30px;
    background: url(../images/tip.png) no-repeat left center;
}

.contentList .infoBlock {
    margin-bottom: 60px;
}

.backlist {
    text-align: center;
}

.backlist .viewmore {
    width: 180px;
    line-height: 50px;
    background: #003f84;
    color: #fff;
    border-radius: 25px;
}

.backlist .viewmore i {
    background: url(../images/more2.png) no-repeat center;
}

.swiperControls2 .prev,
.swiperControls2 .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #fff;
    z-index: 30;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/more.png);
}

.swiperControls2 .prev:hover,
.swiperControls2 .next:hover {
    background-image: url(../images/more2.png);
    background-color: #1d76d6;
}

.swiperControls2 .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}

.swiperControls2 .next {
    right: 0;
}

.newsSlide {
    position: relative;
    padding: 4% 80px;
    border: 1px solid red;
}

.newsSlide .swiper-container {
    padding: 0 20%;
    margin: auto;
}

.newsSlide .swiper-slide {
    position: relative;
}

.newsSlide .swiper-slide .tit {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -120%;
    padding: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 18px;
    padding-right: 140px;
    -webkit-transition: .4s;
    transition: .4s;
}

.newsSlide .swiper-slide-active .tit {
    bottom: 0;
}

.newsSlide .swiper-slide-active .tit span {
    position: absolute;
    right: 30px;
    top: 0;
}

.newsSlide .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.newsSlide .swiper-slide a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: 10;
}

.newsSlide .swiper-slide-active a:before {
    opacity: 0;
}

.mtList .itemTop {
    padding: 4% 0 6%;
}

.mtList .itemTop .flex {
    align-items: center;
    background: #f9f9f9;
    position: relative;
}

.mtList .itemTop .imgbox {
    width: 50%;
    flex: 0 0 auto;
}

.mtList .itemTop .content {
    padding: 30px 50px;
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    padding-top: 90px;
}

.mtList .itemTop .tag {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 50px;
}

.mtList .tag {
    width: 60px;
    background: #037CDD;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    line-height: 1;
    border-radius: 0 0 30px 30px;
    height: 80px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.mtList .tit {
    font-size: 24px;
    margin-bottom: 20px;
    color: #0f1738;
    line-height: 30px;
    overflow: hidden;
}

.mtList .tit span {
    float: right;
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

.mtList .date {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    margin-bottom: 20px;
}

.mtList .text {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    max-height: 3.6em;
    overflow: hidden;
}

.mtList .itemTop .tit {
    margin-bottom: 5px;
}

.mtList .itemTop .viewmore {
    margin-top: 40px;
}

.mtList .item {
    padding: 50px 0;
    border-bottom: 1px solid #e7e7e7;
}

.mtList .item .flex {
    align-items: center;
    position: relative;
    padding-left: 90px;
    background: url(../images/logobg2.png) no-repeat right center;
    background-size: auto 100%;
}

.mtList .item .tag {
    left: 0;
    position: absolute;
    top: 0;
}

.mtList .item .content {
    padding: 0 40px;
    max-width: 1160px;
}

a:hover .tit {
    color: #00ac6f;
}

.pageMain2 .vtop{
    margin-bottom: 80px;
}
.pageMain2 .auto_1600{
    margin-right: 0;
    max-width: 1500px;
    padding-right: 0;
    
}
.imgbox1 {
    overflow: hidden;
    position: relative;
}

.pageMain2 .videoCenter .vtop .imgbox1:before{
    background: transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.videoBtn {
    padding: 22px;
    background: url(../images/videoBtn.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-size: cover;
}

.vtop {
    margin-bottom: 80px;
}

.vtop .text {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    font-size: 32px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vtop .text .videoBtn {
    margin-bottom: 25px;
    padding: 40px;
    
}

.videoCenter .items {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.videoCenter .item {
    width: 30%;
    margin: 0 4.99% 4% 0;
}

.videoCenter .item:nth-child(3n) {
    margin-right: 0;
}

.videoCenter .item .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    z-index: 10;
}
.videoCenter .item .imgbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 5;
}
.videoCenter .item .tit {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #3D454D;
    margin-top: 25px;
}
.noticeCenter .item {
    position: relative;
    padding: 0 157px 0 175px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 20px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.noticeCenter .item .tit{
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
    color: #000;
}
.info.auto_1600{
    max-width: 100%;
    padding: 0;
}
.noticeCenter.links .item{
    line-height: 45px;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    padding: 0;
margin-left: 10%;
    padding-bottom: 15px;
    justify-content: space-between;
}
.noticeCenter.links .item .tit{
    font-size: 16px;
     width:260px;
}
.noticeCenter.links .item .tit_dot{
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}
.tit_dot{
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}
.noticeCenter .item.npl {
    padding-left: 3.5%;
}
.noticeCenter .item .date {
    font-size: 14px;
    color: #037CDD;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.noticeCenter.party .item .date {
    color: rgba(234, 6, 6, 1);
}
.noticeCenter .item .date>div{
    line-height: 18px;
    display: flex;
    flex-direction: column;
    padding-left: 65px;
    justify-content: center;
    height:50px;
    font-size: 18px;
    font-weight: bold;
}
.noticeCenter .item .date .year{
   font-size: 16px;
   font-weight: 400;
   margin-top:5px;
}

.noticeCenter .item .downBtn {
    position: absolute;
    right: 4%;
    top: 0;
    width: 100px;
    text-align: center;
  line-height: 47px;
}
.noticeCenter .item .downBtn a {
    width: 30px;
    height: 30px;
    padding: 12px;
    display: inline-block;
    vertical-align: middle;
    background: #fff url(../images/more7.png) no-repeat center;
    border-radius: 50%;
  background-size: contain;
    background-position: center;
}

.noticeCenter .item:hover {
    background: rgba(3, 124, 221, 0.85);
    color: #fff;
}
.noticeCenter.links .item:hover {
    background: #fff;
}
.noticeCenter.links .item:hover a {
    color: #000;
}
.noticeCenter.party .item:hover {
    background: rgba(234, 6, 6, 0.85);
}
.noticeCenter .item a {
    color: #0f1738;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noticeCenter .item:hover a {
    color: #fff;
}
.noticeCenter .item:hover .date {
    color: #fff;
}
.pageTab.red li.cur a,
.pageTab.red li a:hover {
    background: #b60b20;
    color: #fff;
    border-color: #b60b20;
}
.selectBox {
    width: 430px;
    border: 2px solid #dbdce4;
    font-size: 18px;
    line-height: 46px;
    position: relative;
    color: #0f1738;
    border-radius: 25px;
}

.selectBox .t {
    position: absolute;
    line-height: 18px;
    left: 30px;
    top: 50%;
    margin-top: -9px;
    padding-left: 28px;
    border-right: 1px solid #0f1738;
    padding-right: 16px;
    background: url(../images/icon-date.png) no-repeat left center;
}

.selectBox .cur {
    display: block;
    cursor: pointer;
    padding: 0 60px 0 130px;
}

.selectBox .icon {
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0f1738;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}

.selectBox .down {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    margin-top: 2px;
    z-index: 30;
    padding: 10px 30px;
    cursor: pointer;
    display: none;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.selectMask {
    position: fixed;
    left: 0;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.selectBox .down .option {
    display: inline-block;
    padding: 0 10px;
    line-height: 1.5;
    vertical-align: middle;
}

.selectBox .down .option:hover {
    color: #fff;
    background: #b60b20;
}

.selectBox2 {
    border: 2px solid #dbdce4;
    font-size: 16px;
    line-height: 46px;
    position: relative;
    color: #505259;
    border-radius: 25px;
}

.selectBox2 .cur {
    display: block;
    cursor: pointer;
    padding: 0 60px 0 30px;
}

.selectBox2 .icon {
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0f1738;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}

.selectBox2 .down {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    margin-top: 2px;
    z-index: 30;
    padding: 10px 30px;
    cursor: pointer;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.selectMask2 {
    position: fixed;
    left: 0;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 100%;
}

.selectBox2 .down .option {
    display: inline-block;
    padding: 0 10px;
    line-height: 1.5;
    vertical-align: middle;
}

.selectBox2 .down .option:hover,
.selectBox2 .down .option.cur {
    color: #fff;
    background: #b60b20;
}

.tabSelect {
    position: relative;
    z-index: 50;
    margin-bottom: 5%;
}

.tabSelect .tit {
    line-height: 50px;
    font-size: 24px;
    color: #0f1738;
    font-weight: bold;
    margin-right: 30px;
    white-space: nowrap;
}

.tabSelect .selectBox {
    margin: 0 20px;
}

.buttomNormal {
    line-height: 50px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    background: #b60b20;
    border-radius: 25px;
    cursor: pointer;
    color: #fff;
}

.flex.center {
    align-items: center;
    justify-content: center;
}

.exlBlock {
    margin-bottom: 5%;
}

.exlBlock:last-child {
    margin-bottom: 0;
}

.exlTitle {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #0f1738;
    font-weight: bold;
}

.exlTitle .icon {
    display: inline-block;
    width: 70px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 3px;
    background: url(../images/licon.png) no-repeat center;
}

.exlLink {
    margin: 0 auto 30px;
    text-align: center;
    width: 180px;
    border: 2px solid #b60b20;
    line-height: 46px;
    border-radius: 25px;
    font-size: 18px;
    color: #b60b20;
}

.exlLink a {
    display: block;
    color: inherit;
}

.exlLink:hover {
    color: #fff;
    background: #b60b20;
}

.tips2 {
    margin-top: 50px;
    padding: 50px 0;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    padding-left: 35px;
    background: url(../images/tipbg.png) no-repeat bottom center;
    background-size: 100%;
    min-height: 203px;
}

.tips2 .icon-edit {
    padding: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -33px;
    background: url(../images/edit.png) no-repeat left top;
}

.tips2 td {
    border: none;
    padding-right: 30px;
}

.info.table2 table {
    margin-top: 120px;
    position: relative;
}

.info.table2 table:before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    background: url(../images/tabletop.png) no-repeat top center;
}

.zrln {
    font-size: 18px;
    color: #555;
    line-height: 2;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4%;
}

.zrln .img {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 2%;
}

.zrln .content {
    width: 50%;
    padding: 0 30px;
}

.zrln .inner {
    max-width: 800px;
}

.zrln .inner .tit {
    font-size: 44px;
    color: #0f1738;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.zrln .inner .subtit {
    font-size: 30px;
    color: #0f1738;
    line-height: 1.2;
    margin-bottom: 10px;
}

.zrln .inner .text {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
}

.zrln .inner .text:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 1px;
    left: 0;
    top: 0;
    background: #0f1738;
}

.linearbg {
    background: -webkit-linear-gradient(180deg, #f9f9f9, #fff);
    background: linear-gradient(180deg, #f9f9f9, #fff);
}

.cause {
    background: url(../images/logo3.png) no-repeat 70% top;
    padding-top: 5%;
}

.cause .items {
    flex-wrap: wrap;
    align-items: stretch;
}

.cause .item {
    width: 33.33%;
    margin-bottom: 70px;
    padding: 0 3%;
}

.cause .item a {
    display: block;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 4px solid #f5f7f9;
    height: 100%;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.cause .item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 10;
    width: 0;
    background: #b60b20;
    height: 4px;
    -webkit-transition: 0s;
    transition: 0s;
}

.cause .item a:hover:after {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}

.cause .item .tit {
    font-size: 24px;
    color: #0f1738;
    margin: 30px 0;
    max-width: 280px;
}

.cause .item a:hover {
    top: -10px;
}

.cause .item a:hover .tit {
    color: #b60b20;
}


.bgcontain {
    background-size: contain;
}

.gpBlock {
    padding-bottom: 6%;
    align-items: center;
}

.gpBlock .imgbox {
    width: 50%;
    padding-right: 4%;
}

.gpBlock .content {
    width: 50%;
}

.gpBlock .content .inner {
    max-width: 800px;
    padding: 0 9%;
    font-size: 18px;
}

.gpBlock .gpdata {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    color: #b60b20;
    font-weight: bold;
}

.gpBlock .gpdata b {
    font-size: 100px;
    line-height: 1;
}

.gpBlock .gpdata span {
    line-height: 30px;
    padding-left: 20px;
    margin-left: 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

.gpdata.up span {
    background-image: url(../images/gpup2.png);
}

.gpdata.down span {
    color: #00ac6f;
    background-image: url(../images/gpdown2.png);
}

.gpBlock .gptotal {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    font-size: 36px;
}

.gpBlock .gptotal .item {
    padding-right: 20px;
    white-space: nowrap;
}

.gpBlock .gptotal .item p:first-child {
    font-size: 16px;
    color: #555;
}

.gptip {
    font-size: 14px;
    color: #333;
}

.gpimg {
    padding: 6% 0 2%;
    background: #f9f9f9;
}

.gpimg .items {
    flex-wrap: wrap;
}

.gpimg .item {
    width: 47%;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
}

.gpimg .item .img {
    background: #fff;
    padding: 30px;
    border-bottom: 4px solid #eaecf2;
    margin-bottom: 30px;
}


.rules {
    padding-bottom: 6%;
}

.rules .pageTitl2 {
    text-align: left;
}

.rules .ruleNav {
    width: 190px;
    float: left;
    position: sticky;
    top: 90px;
    font-size: 16px;
}

.rules .ruleNav li {
    border-left: 3px solid #ebebeb;
    padding: 17px 0;
    cursor: pointer;
}

.rules .ruleNav li a {
    display: block;
    padding-left: 30px;
    line-height: 16px;
    border-left: 3px solid #ebebeb;
    margin-left: -3px;
}

.rules .ruleNav li.cur a,
.rules .ruleNav li:hover a {
    color: #b60b20;
    border-color: #b60b20;
}

.rules .ruleContainer {
    margin-left: 190px;
}

.ruleContainer .box {
    padding: 50px 60px 110px;
    background: #fff;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #555;
    line-height: 2;
}

.ruleContainer .box .tit {
    color: #b60b20;
    font-size: 24px;
    margin-bottom: 10px;
}

.messInfo {
    padding: 78px 0;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin-bottom: 6%;
    position: relative;
    z-index: 10;
}

.messInfo .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 94%;
    height: 100%;
    z-index: -1;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.messInfo .content {
    max-width: 60%;
}

.messInfo .tit {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.messInfo .text {
    padding-left: 45px;
    position: relative;
    opacity: 0.6;
}

.messInfo .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    border-radius: 3px;
    background: #fff;
    opacity: 0.5;
}

.messContent {
    padding-bottom: 6%;
}

.messContent .left {
    width: 56%;
    float: left;
}

.messContent .right {
    width: 34%;
    float: right;
    position: sticky;
    top: 90px;
}

.messContent .pageTitl2 {
    text-align: left;
}

.messItems .item {
    background: #f7f7f7 url(../images/logolinear.png) no-repeat 86% top;
    margin-bottom: 40px;
    padding: 30px;
}

.messItems .item .tit {
    line-height: 1.6;
    font-size: 24px;
    color: #0f1738;
    margin-bottom: 30px;
}

.messItems .item .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.messItems .item .content {
    padding: 35px 30px 70px;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 2;
    background: #fff;
}

.messItems .item .content:before {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 30px;
}

.messItems .item .content .tp {
    font-size: 18px;
    color: #0f1738;
    line-height: 30px;
    margin-bottom: 30px;
}

.messItems .item .content .tp .time {
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: bold;
}

.messForm {
    padding: 40px;
    background: #f7f7f7;
}

.messForm .line {
    max-width: 340px;
    margin: 0 auto 20px;
    align-items: center;
}

.messForm .line input {
    padding: 0 30px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    color: #999;
}

.messForm .line .input {
    flex: 1 1 auto;
}

.messForm .line .select {
    margin-left: 10px;
    padding: 0 20px;
    background: #fff;
    border-radius: 25px;
    width: 100px;
}

.messForm .line select {
    width: 100%;
    height: 50px;
    border: none;
    background: none;
    font-size: 16px;
    color: #999;
}

.messForm .line textarea {
    width: 100%;
    padding: 20px 30px;
    border: none;
    outline: none;
    background: #fff;
    height: 120px;
    border-radius: 25px;
    font-size: 16px;
    color: #999;
    resize: none;
}

.messForm .btn {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    background: #b60b20;
    line-height: 50px;
    border-radius: 25px;
    cursor: pointer;
    color: #fff;
}

#map {
    height: 640px;
    z-index: 40;
}

.mapcontainer {
    position: relative;
}

.mapcontainer .mapForm {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -195px;
    width: 370px;
    padding: 50px 35px;
    background: #fff;
    z-index: 50;
}

.mapForm .tit {
    font-size: 24px;
    font-weight: bold;
    color: #0f1738;
    margin-bottom: 40px;
}

.mapForm .line {
    margin-bottom: 20px;
}

.mapForm .btns {
    margin-top: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    background: #003f84;
    border-radius: 25px;
    color: #fff;
}

.mapForm .btns a {
    display: block;
    color: inherit;
}

.mapcontainer .BMap_bubble_top {
    height: 0 !important;
    display: none;
}

.mapcontainer .BMap_bubble_content {
    font-size: 16px !important;
    font-weight: bold;
    color: #0f1738 !important;
    padding: 10px 20px !important;
    text-align: center;
    height: auto !important;
    line-height: 30px !important;
}

.mapcontainer .BMap_bubble_pop img {
    display: none;
}

.mapcontainer .BMap_bubble_pop {
    margin-top: 30px;
    border: none !important;
    border-radius: 25px !important;
    margin-left: -26px;
}

.mapcontainer .BMap_bubble_pop:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.gateInfo .desc {
    font-size: 18px;
    line-height: 2;
    color: #555;
    max-width: 1030px;
    text-align: center;
    margin: 0 auto 70px;
}

.geteItems {
    padding-top: 6%;
    align-items: stretch;
    flex-wrap: wrap;
}

.geteItems .item {
    background: #f9f9f9 url(../images/logo3.png) no-repeat 115% -10%;
    background-size: 60%;
    width: 22%;
    margin-right: 4%;
    padding: 50px 35px;
    font-size: 16px;
    color: #666;
    line-height: 2;
    -webkit-transition: .4s;
    transition: .4s;
}

.geteItems .item:last-child {
    margin-right: 0;
}

.geteItems .item .icon {
    line-height: 40px;
    margin-bottom: 25px;
    height: 40px;
}

.geteItems .item img {
    max-height: 100%;
}

.geteItems .item .tit {
    font-size: 30px;
    color: #0f1738;
    margin-bottom: 20px;
    line-height: 1.5;
}

.geteItems .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.lnInfo {
    background: url(../images/bglogo3.png) no-repeat right top;
}

.lnInfo .box {
    background: #fff url(../images/bglogo32.png) no-repeat right top;
    padding: 60px 80px 110px;
    position: relative;
    z-index: 10;
}

.lnInfo .box .tit {
    font-size: 24px;
    color: #0f1738;
    margin-bottom: 10px;
}

.lnInfo .box .subtit {
    font-size: 44px;
    line-height: 1.4;
    font-weight: bold;
    color: #0f1738;
    margin-bottom: 45px;
}

.lnInfo .box .text {
    font-size: 18px;
    color: #555;
    line-height: 2;
}

.lnItems {
    background-size: cover;
    background-position: center;
    padding-top: 380px;
    margin-top: -120px;
    padding-bottom: 100px;
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.lnItems .flex {
    flex-wrap: wrap;
    align-items: stretch;
}

.lnItems .item {
    width: 50%;
    padding-left: 4%;
    position: relative;
}

.lnItems .item:before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 3px;
    opacity: 0.3;
}

.lnItems .item .icon {
    line-height: 50px;
    height: 50px;
    margin-bottom: 50px;
}

.lnItems .item .icon img {
    max-height: 100%;
}

.lnItems .item .tit {
    font-size: 24px;
    margin-bottom: 25px;
}

.lnItems .item .text {
    opacity: 0.6;
}

.contactInfo {
    position: relative;
    background: url(../images/mapbg.png) no-repeat center;
}

.contactInfo .mapBox {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.contactInfo .content {
    margin-left: 50%;
    padding: 8% 30px 8% 8%;
    font-size: 24px;
    color: #0f1738;
    line-height: 2;
}

.contactInfo .content .tit {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contactInfo .content .i {
    margin-bottom: 20px;
    font-family: 'Gotham';
    line-height: 1.5;
}

.contactInfo .content .it {
    font-size: 16px;
    color: #999;
}

.mapBox .BMap_bubble_content .tit {
    font-size: 20px;
    color: #0f1738;
    padding: 10px;
}

.mapBox .BMap_bubble_content .contents {
    padding: 0 10px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.bglb {
    position: relative;
    z-index: 10;
}

.bglb:after {
    content: "";
    width: 397px;
    height: 420px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/bglogolb.png) no-repeat left top;
}

.consulting .item {
    align-items: center;
    margin-bottom: 7%;
}

.consulting .content {
    width: 50%;
    padding-right: 7%;
    font-size: 18px;
    line-height: 2;
    color: #555;
}

.consulting .content .tit {
    font-size: 44px;
    line-height: 1.4;
    font-weight: bold;
    color: #0f1738;
    margin-bottom: 30px;
}

.consulting .content .context {
    font-size: 16px;
    color: #666;
    margin-top: 80px;
    position: relative;
    background: -webkit-linear-gradient(90deg, #f8f9fa, #fff);
    background: linear-gradient(90deg, #f8f9fa, #fff);
    padding: 50px 0;
}

.consulting .content .context:after {
    content: "";
    width: 100%;
    right: 100%;
    top: 0;
    height: 100%;
    background: #f8f9fa;
    position: absolute;
}

.consulting .item:last-child {
    margin-bottom: 0;
}

.consulting .item .message {
    position: relative;
    width: 50%;
}

.consulting .item .message .imgbox {
    border-radius: 190px;
    overflow: hidden;
}

.message .icons {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    padding: 0 130px;
    align-items: center;
    justify-content: center;
}

.message .icons .i {
    width: 50%;
    text-align: center;
    font-size: 24px;
}

.message .icons .i a {
    display: block;
    color: inherit;
}

.message .icons .i .img {
    line-height: 50px;
    height: 50px;
    margin-bottom: 30px;
}

.message .icons .i .img img {
    max-height: 100%;
}

.consulting .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.consulting .item:nth-child(2n) .content {
    padding-left: 7%;
    padding-right: 0;
}

.consulting .item:nth-child(2n) .context {
    background: -webkit-linear-gradient(90deg, #fff, #f8f9fa);
    background: linear-gradient(90deg, #fff, #f8f9fa);
}

.consulting .item:nth-child(2n) .context:after {
    right: auto;
    left: 100%;
}

.memberLines .item {
    margin-bottom: 30px;
    background: #f9f9f9;
}

.memberLines .item a {
    padding: 40px 75px 40px 40px;
    align-items: center;
    font-size: 18px;
    line-height: 2;
    color: #555;
}

.memberLines .item .icon {
    flex: 0 0 auto;
    margin-right: 40px;
    padding: 40px;
    background: url(../images/logo3.png) no-repeat center;
    background-size: contain;
}

.memberLines .item .tit {
    font-size: 24px;
    color: #0f1738;
}

.memberLines .item .text {
    margin-top: 1em;
}

.w1200 {
    max-width: 1200px;
    margin: auto;
}

.arTop {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #555;
    border-bottom: 1px solid #e7e7e7;
}

.arTop h2 {
    font-size: 32px;
    color: #0f1738;
    margin-bottom: 10px;
}

.arContent {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.contentPrev {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid #e7e7e7;
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    padding-right: 120px;
    position: relative;
}

.contentPrev a {
    color: inherit;
}

.contentPrev p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentPrev .bk {
    position: absolute;
    right: 0;
    font-size: 18px;
    color: #037CDD;
    line-height: 34px;
    top: 50%;
    margin-top: -7px;
}

.contentPrev .bk a {
    display: block;
    border-bottom: 1px solid #037CDD;
}

.page404 {
    min-height: 100vh;
    align-items: center;
    text-align: center;
    background: #0dad6f url(../images/bg404.jpg) no-repeat top center;
    background-size: contain;
}

.inner404 {
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.tip404 {
    margin: 35px 0 60px;
}

.back404 a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 48px;
    width: 180px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
}

.back404 a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/icon-back.png) no-repeat center;
    margin-bottom: 3px;
    margin-right: 22px;
}

.back404 a:hover {
    color: #037CDD;
    background: #fff;
}

.back404 a:hover:before {
    background-image: url(../images/icon-back-act.png);
}

.label input[type='radio'] {
    border: 5px solid transparent;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    outline: 1px solid #dbdce3;
    background: transparent;
    margin: 0 14px 3px 0;
    vertical-align: middle;
}

.label input[type='radio']:checked {
    border: 5px solid #fff;
    outline: 1px solid #037CDD;
    background: #037CDD;
}

.searchTop {
    max-width: 510px;
    margin: 0 auto 7%;
    align-items: center;
}

.searchTop .t {
    font-size: 24px;
    color: #0f1738;
    padding-right: 30px;
}

.searchTop .inputbox {
    flex: 1 1 auto;
    position: relative;
}

.searchTop .inputbox input {
    width: 100%;
    height: 50px;
    border: 2px solid #dbdce4;
    padding: 0 70px 0 20px;
    border-radius: 25px;
    font-size: 18px;
    color: #0f1738;
}

.searchTop .inputbox .sbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 20;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
}

.searchResult {
    padding: 50px 40px;
    overflow: hidden;
}

.searchResult .searchCat {
    width: 200px;
    float: left;
}

.searchResult .tit {
    font-size: 18px;
    color: #0f1738;
    margin-bottom: 40px;
}

.searchCat .label {
    border-bottom: 10px solid #fff;
    font-size: 18px;
    line-height: 70px;
    color: #0f1738;
}

.resultList .item {
    position: relative;
    border-bottom: 1px solid #ececec;
    line-height: 80px;
    font-size: 18px;
    -webkit-transition: .4s;
    transition: .4s;
}
.resultList .item span,
.resultList .item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 24px;
    padding-right: 90px;
    color: #0f1738;
    position: relative;
    z-index: 10;
}
.resultList .item span:before,
.resultList .item a:before {
    content: "";
    width: 8px;
    height: 4px;
    background: #037CDD;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.resultList .item .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding-right: 40px;
    background: url(../images/more1.png) no-repeat right center;
    -webkit-transition: .4s;
    transition: .4s;
}

.resultList .item:hover {
    box-shadow: 0 0 10px #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

.resultList .item:hover .more {
    right: 10px;
}

.fileList .item {
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    padding: 0 250px 0 110px;
    margin-bottom: 20px;
    background: #f9f9f9;
    line-height: 110px;
    font-size: 20px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.fileList .item .fileType {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 55px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}

.fileList .item .fileType span {
    display: block;
    height: 100%;
}

.fileType span.icon-pdf {
    background: url(../images/icon-pdf.png) no-repeat center;
}

.fileList .item .fileMore {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 245px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.fileMore span {
    color: #555;
    padding-right: 20px;
    border-right: 1px solid #c7c7c7;
    opacity: 0.7;
}

.fileMore a {
    padding-right: 40px;
    background: url(../images/more4.png) no-repeat right center;
    color: #0f1738;
    padding-left: 20px;
}

.fileList .item .tit a {
    color: #0f1738;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fileList .item:hover {
    box-shadow: 0 0 10px #ccc;
}

.help .item {
    margin-bottom: 30px;
}

.help .item .tit {
    position: relative;
    padding-left: 100px;
    padding-right: 160px;
    line-height: 40px;
    font-size: 20px;
    color: #0f1738;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f9f9f9;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}

.help .item .tit .t {
    position: absolute;
    top: 35px;
    left: 35px;
    text-align: center;
    width: 40px;
    background: #f2f2f2;
    color: #b60b20;
    border-radius: 4px;
}

.help .item .tit .icondown {
    position: absolute;
    right: 35px;
    top: 35px;
    font-size: 18px;
    padding-right: 30px;
}

.help .item .tit .icondown:after {
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.help .item .content {
    padding: 35px 35px 35px 100px;
    position: relative;
    font-size: 18px;
    line-height: 2;
    color: #555;
    border: 1px solid #eee;
    border-top: none;
    display: none;
}

.help .item .content .t {
    width: 40px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 35px;
    line-height: 40px;
    background: #f2f2f2;
    border-radius: 4px;
    color: #b60b20;
    font-size: 20px;
}

.help .item:hover .tit,
.help .item.cur .tit {
    background: #b60b20;
    color: #fff;
}

.help .item.cur .tit .icondown:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -2px;
    border-color: #fff;
}

.slideControls span.next {
    background: #f9f9f9 url(../images/more.png) no-repeat center;
}

.slideControls span.prev:hover,
.slideControls span.next:hover {
    background: #1d76d6 url(../images/more2.png) no-repeat center;
}

footer .bottom_menu a {
    font-weight: bold;
}

.info td:nth-child(1),
.info th:nth-child(1) {
    width: 36%;
}

.info td:nth-child(2),
.info th:nth-child(2) {
    width: 41%;
}

.honnorlist .xz_list .item {
    height: 308px;
    overflow: hidden;
}

.home_banner {
    height: 40vh;
}

.home_banner .item,
.slick-track,
.slick-list,
.home_banner .item img {
    width: 100%;
    height: 100%;
}

.videoCenter .vtop .imgbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(44, 32, 32, 0.2);
    width: 100%;
    height: 100%;
    z-index: 5;
}

.newsSlide .swiper-slide-active .tit span {
    top: 30px;
}

.newsSlide .swiper-slide .tit {
    background-color: rgba(15, 23, 56, 0.7);
}

.honnorlist .items {
    display: flex;
    flex-wrap: wrap;
}

.honnorlist .item {
    height: 100%;
}

.honnorlist .list {
    margin-bottom: 1.8%;
}

.mails {
    background-size: 100% 100%;
}

.zlnav .item a {
    background: rgba(255, 255, 255, 0);
}

.info th {
    background: #fff;
}

.member1 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 7%;
}

.memberSec {
    background: rgb(246, 246, 246);
}

.memberSec .blockTitle2 {
    color: #0f1738;
}

.memBox {
    background: rgba(246, 246, 246, 0);
    padding-top: 0;
}

.member1 .item .img {
    background: url(../images/logo3.png) no-repeat center;
    background-size: auto 100%;
}

.member2 .item .img {
    background: url(../images/logo3.png) no-repeat center;
}

.memberSec .div2 {
    padding-top: 4.5%;
    background: #fff;
}

.member2 .item {
    background: #fff;
}

header:hover .searchBox .search_btn,
header:hover .searchBox .open_search {
    background-image: url(../images/search.png);
}

header .searchBox {
    width: 50px;
    height: 90px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}

header .searchBox .open_search {
    padding: 0;
    width: 50px;
    height: 100%;
    float: left;
    background: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

header .searchBox .div {
    width: auto;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    overflow: hidden;
    transition: all .5s;
      margin-top: 10px;
}

header .searchBox .div1 {
    width: 0;
    height: 100%;
    float: left;
    padding-right: 37px;
    padding-left: 14px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}

header .searchBox .div1 input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0;
    display: block;
    background: rgba(0, 0, 0, 0);
    color: #c3c3c3;
    transition: all .5s;
}

header .searchBox .div1 span {
    width: 36px;
    height: 100%;
    background-image: url(../images/img2.png);
    background-size: 8px;
    background-position: 75% center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
}

.selectBox2 .down .option {
    line-height: 2;
    display: block;
}

.selectBox2 .down .option:hover,
.selectBox2 .down .option.cur {
    background: #0dad70;
}

.selectBox2 .down {
    max-height: 114px;
    overflow-y: auto;
}

.selectBox2 .down::-webkit-scrollbar {
    width: 5px;
}

.contactInfo {
    background: #fff;
}

.messContent2 {
    display: none !important;
}

.memberSec .item .content {
    display: none;
}

.memberSec .item {
    cursor: pointer;
}

.popContainer .content .img img {
    width: 76%;
}

.zlcontents .info:nth-child(4),
.zlcontents .info:nth-child(5) {
    padding-right: 10%;
}

.lnInfo .box {
    padding-top: 0 !important;
    padding-bottom: 55px;
}

.mtList .tag {
    height: 145px;
}

.mtList .tit {
    padding-right: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.mtList .itemTop .tit {
    padding-right: 0;
}

.mtList .tit span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.arContent p {
    color: rgba(61, 69, 77, 1);
    font-size: 18px;
}
.arTop h2 {
    padding: 0 85px;
}

.projectInfo .desc {
    margin-top: 0 !important;
}

.gateInfo_left .desc {
    text-align: left;
}

.gateInfo_con .desc {
    text-align: center;
}

.home2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.home2 ul li h3,
.home2 ul li p {
    color: #fff;
}

.pageTitl2 {
    padding: 0px 100px;
}

.gateInfo .desc p {
    text-indent: 2rem;
}

.home3 .carousel .slides .slideItem#side0 a::before {
    display: none;
}

.float_right a.icon4,
.float_right a.icon6 {
    display: none;
}

.mailsLine .swiper-slide.cur .year {
    color: #037CDD;
}

.mailsLine .swiper-slide.cur .year:after {
    background: #037CDD;
}

.slideTumb .thumbPages {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    display: none;
}

.sliderMain .swiper-slide .content .text li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 17px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 15px;
}
.list-paddingleft-2{
 height: 700px;
 overflow-y: auto;
 margin-bottom: 20px;
 background-color: rgba(256, 256, 256, 0.8);
 padding-left: 30px;
 padding-right: 10px;
 border-radius: 5px;
}
.list-paddingleft-2::-webkit-scrollbar{
    background-color: rgba(256, 256, 256, 0.5);
    border-radius: 10px;
}
.list-paddingleft-2::-webkit-scrollbar-thumb{
    background-color: #ccc;
    border-radius: 5px;
}
.sliderMain .swiper-slide .content .text li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #037CDD;
    position: absolute;
    left: 0;
    top: 35px;
    border-radius: 50%;
}

.gateInfo_con .desc {
    margin-top: 10px !important;
    max-width: 1210px;
}

.info td:nth-child(2),
.info th:nth-child(2) {
    width: 25%;
}

.info td {
    font-size: 16px;
}

.info th {
    font-size: 18px;
}

.mails {
    background-size: cover;
    background-position-x: left;
}

.sliderMain {
    padding-top: 3%;
}



.fors .item .content,
.help .item .content .text,
.messItems .item .content .con {
    text-align: justify;
}

.noticeCenter.red .item .date b,
.exlLink a,
.info td,
.info th,
.gpimg .item .tit,
.message .icons .i .img,
.message .icons .i p,
.member2 .item .tit,
.member2 .item .des,
.blockTitle2 h3,
.member1 .item .tit,
.member1 .item .des,
.mapForm .btns a,
.arTop h2,
.arTop .date,
.honnorCenter .item .tit,
header .lang .tow3 a,
header .tow {
    text-align: center;
}
.home3 .rightBox .liBox .item li:hover .txtBox h3 a {
    color: #182040;
}
.xz_rq {
    background: #fff;
}
.xz_rq1 {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 7%;
}
.xz_rq1 .lef {
    width: 31.5%;
    background: #fff;
    float: left;
    position: relative;
    padding-left: 2.8%;
}
.xz_rq1 .lef .lef_change{
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    padding: 6.5% 2.8%;
}
.xz_rq1 .lef .p1 {
    font-size: 44px;
    color: #3D454D;
    font-weight: 500;
    line-height: 1;
}
.xz_rq1 .lef .div {
    width: 100%;
    margin-top: 17%;
    padding-bottom: 10%;
}
.xz_rq1 .lef .map_des{
    margin-top: 25%;
    line-height: 2;
    color: #3D454D;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
.xz_rq1 .lef .map_des .des{
    display: none;
}
.xz_rq1 .lef .map_des .des.on{
    display: block;
}
.xz_rq1 .lef .div .p {
    font-size: 24px;
    color: #333333;
    width: 100%;
    line-height: 70px;
    background: #f8f8f8;
    margin-bottom: 7px;
    padding-left: 30px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}
.xz_rq1 .lef .div .p::before {
    content: '';
    width: 10px;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}
.xz_rq1 .lef .div .p.on::before {
    background: rgba(3, 124, 221, 1);
}
.xz_rq1 .lef .div .p.on {
    background: rgba(237, 241, 243, 1);
}
.xz_rq1 .rig {
    width: 57%;
    float: right;
    padding-right: 7%;
}
.xz_rq1 .rig .rq {
    width: 100%;
    position: relative;
    display: none;
}
.xz_rq1 .rig .rq.on {
    display: block;
}
.xz_rq1 .rig .rq .ig1 {
    width: 100%;
}
@keyframes fdd {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}
.xz_rq1 .rig .rq .div .rq1 {
    width: 260px;
    padding-left: 20px;
    position: absolute;
    left: 100%;
    top: -25px;
    display: none;
    z-index: 100;
}
.xz_rq1 .rig .rq .div:hover .rq1 {
    display: block;
}
.xz_rq1 .rig .rq .div .rq1::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 10px;
    top: 40px;
}

.xz_rq1 .rig .rq .div .rq2 {
    width: 100%;
    background: #fff;
    padding: 35px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.xz_rq1 .rig .rq .div .bot,
.xz_rq1 .rig .rq .div .top {
    width: 100%;
    padding-left: 32px;
    padding-right: 18px;
}

.xz_rq1 .rig .rq .div .top .p3 {
    font-size: 16px;
    color: #c6c6c6;
}

.xz_rq1 .rig .rq .div .top .p4 {
    font-size: 24px;
    color: #333333;
}

.xz_rq1 .rig .rq .div .bot {
    margin-top: 14px;
    height: 145px;
    overflow-y: auto;
}

.xz_rq1 .rig .rq .div .bot::-webkit-scrollbar {
    width: 3px;
    background-color: #eaecf2;
}

.xz_rq1 .rig .rq .div.green .bot::-webkit-scrollbar-thumb {
    background-color: #1d76d6;
}

.xz_rq1 .rig .rq .div.blue .bot::-webkit-scrollbar-thumb {
    background-color: #037CDD;
}

.xz_rq1 .rig .rq .div.hispid .bot::-webkit-scrollbar-thumb {
    background-color: rgba(0, 103, 88, 0.9);
}

.xz_rq1 .rig .rq .div.gules .bot::-webkit-scrollbar-thumb {
    background-color: rgba(182, 11, 32, 0.9);
}

.xz_rq1 .rig .rq .div .bot a {
    font-size: 16px;
    color: #999999;
    margin-bottom: 5px;
    display: block;
    transition: all .5s;
}

.xz_rq1 .rig .rq .div.green .bot a:hover {
    color: #1d76d6;
}

.xz_rq1 .rig .rq .div.blue .bot a:hover {
    color: #037CDD;
}

.xz_rq1 .rig .rq .div.hispid .bot a:hover {
    color: rgba(0, 103, 88, 0.9);
}

.xz_rq1 .rig .rq .div.gules .bot a:hover {
    color: rgba(182, 11, 32, 0.9);
}

.xz_rq1 .rig .rq .div .p2 {
    font-size: 18px;
    min-width: 56px;
    text-align: center;
    color: #0f1738;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.xz_rq1 .rig .rq .div.blue .p2,
.xz_rq1 .rig .rq .div.green .p2,
.xz_rq1 .rig .rq .div.gules .p2,
.xz_rq1 .rig .rq .div.hispid .p2 {
    color: #fff;
}

.xz_rq1 .rig .rq .div1 {
    width: 80px;
    height: 80px;
    top: 87%;
    left: 60%;
}

.xz_rq1 .rig .rq .div2 {
    width: 88px;
    height: 88px;
    top: 109%;
    left: 52%;
}

.xz_rq1 .rig .rq .div3 {
    width: 56px;
    height: 56px;
    top: 103%;
    left: 70%;
}

.xz_rq1 .rig .rq .div4 {
    width: 65px;
    height: 65px;
    top: 90%;
    left: 45%;
}

.xz_rq1 .rig .rq .div5 {
    width: 110px;
    height: 110px;
    top: 87%;
    left: 28%;
}

.xz_rq1 .rig .rq .div6 {
    width: 50px;
    height: 50px;
    top: 78%;
    left: 43%;
}

.xz_rq1 .rig .rq .div7 {
    width: 66px;
    height: 66px;
    top: 71%;
    left: 53%;
}

.xz_rq1 .rig .rq .div8 {
    width: 80px;
    height: 80px;
    top: 61%;
    left: 60%;
}

.xz_rq1 .rig .rq .div9 {
    width: 56px;
    height: 56px;
    top: 74%;
    left: 67%;
}

.xz_rq1 .rig .rq .div10 {
    width: 75px;
    height: 75px;
    top: 72%;
    left: 81%;
}

.xz_rq1 .rig .rq .div11 {
    width: 70px;
    height: 70px;
    top: 52%;
    left: 69%;
}

.xz_rq1 .rig .rq .div12 {
    width: 120px;
    height: 120px;
    top: 45%;
    left: 83%;
}

.xz_rq1 .rig .rq .div13 {
    width: 50px;
    height: 50px;
    top: 46%;
    left: 60%;
}

.xz_rq1 .rig .rq .div14 {
    width: 78px;
    height: 78px;
    top: 32%;
    left: 60%;
}

.xz_rq1 .rig .rq .div15 {
    width: 120px;
    height: 120px;
    top: 14%;
    left: 70%;
}

.xz_rq1 .rig .rq .div16 {
    width: 84px;
    height: 84px;
    top: 7%;
    left: 97%;
}

.xz_rq1 .rig .rq .div17 {
    width: 120px;
    height: 120px;
    top: 42%;
    left: 1%;
}

.xz_rq1 .rig .rq .div18 {
    width: 80px;
    height: 80px;
    top: 12%;
    left: -6%;
}

.xz_rq1 .rig .rq .div19 {
    width: 50px;
    height: 50px;
    top: 66%;
    left: 30%;
}

.xz_rq1 .rig .rq .div20 {
    width: 50px;
    height: 50px;
    top: 67%;
    left: 43%;
}

.xz_rq1 .rig .rq .div21 {
    width: 70px;
    height: 70px;
    top: 39%;
    left: 73%;
}

.xz_rq1 .rig .rq .div22 {
    width: 78px;
    height: 78px;
    top: 40%;
    left: 26%;
}

.xz_rq1 .rig .rq .div23 {
    width: 85px;
    height: 85px;
    top: 12%;
    left: 32%;
}

.xz_rq1 .rig .rq .div24 {
    left: 30.5%;
}

.xz_rq1 .rig .rq .div25 {
    left: 84.5%;
}

.xz_rq1 .rig .charge .div1 {
    z-index: 10;
}

.xz_rq1 .rig .charge .div7 {
    z-index: 11;
}

.xz_rq1 .rig .charge .div8 {
    z-index: 10;
}

.xz_rq1 .rig .charge .div12 {
    z-index: 9;
}

.xz_rq1 .rig .rq .div.green:hover,
.xz_rq1 .rig .rq .div.blue:hover,
.xz_rq1 .rig .rq .div.gules:hover,
.xz_rq1 .rig .rq .div.hispid:hover {
    z-index: 15;
}

.xz_rq1 .rig .rq .div.green.div23,
.xz_rq1 .rig .rq .div.green.div12 {
    z-index: 12;
}

.xz_rq1 .rig .rq .div.blue.div25:hover,
.xz_rq1 .rig .rq .div.blue.div24:hover {
    z-index: 13;
}

.icon404 {
    text-align: center;
}

.tip404 {
    text-align: center;
}

.back404 {
    text-align: center;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

.home2 ul li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.home2 ul li .a_div {
    position: relative;
    z-index: 2;
}

.home_banner .rq {
    height: 100%;
}

.video_fc {
    width: 400px;
    height: 200px;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(../images/video_img1.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 40px;
    top: 75%;
    transform: translateY(-50%);
    z-index: 10;
}

.home_banner_new {
    position: absolute;
    width: 660px;
    height: 350px;
    z-index: 10000;
    bottom: 95px;
}
.home_banner_new .item {
    position: relative;
}
.home_banner_new .date {
    position: absolute;
    background-color: #037CDD;
    opacity: 0.8;
    padding: 5px 10px 5px 10px;
    color: #fff;
}
.party .home_banner_new .date{
  background: rgba(234, 6, 6, 0.85);
}
.home_banner_new .date .time{
   font-size: 24px;
}
.home_banner_new .date .year{
    font-size: 18px;
 }
.home_banner_new .item img {
    -webkit-transition: 4.5s;
    -moz-transition: 4.5s;
    -ms-transition: 4.5s;
    -o-transition: 4.5s;
    transition: 4.5s;
    border-radius: 5px;
     width:100%;
   height: 380px;
}
.home_banner_new .slick-slider{
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5),5px -2px 5px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.home_banner_new .slick-dots {
    position: absolute;
    right: 2px;
    bottom: 15px;
    text-align: center;
    z-index: 66;
    transform: translateX(-50%);
}
.home_banner_new .slick-dots li {
    display: inline-block;
    width: 18px;
    font-size: 0;
    margin: 0 5px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
}
.home_banner_new .slick-dots li.slick-active {
    border: 2px solid #037CDD;
}
.home_banner_new .slick-dots li button {
    display: none;
}
.fullSlide1 {
    width: 88%;
    margin-left: 6%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.fullSlide1 .content {
    display: flex;
    font-size: 16px;
    color: #B2D9FF;
    justify-content: space-around;
    background-color: #037CDD;
    margin-top: 80px;
    margin-left: 40px;
    height:400px;
}
.fullSlide1.party .content{
  background: rgba(234, 6, 6, 0.85);
}
.fullSlide1 .content > div{
    width: 660px;
}
.fullSlide1 .content .content_box{
    width: calc(100% - 660px);
    padding-bottom: 80px;
    padding-right: 140px;
  min-width: 200px;
      width: calc(100% - 700px);
    padding-bottom: 80px;
    padding-right: 140px;
    min-width: 200px;
    position: absolute;
    right: 1%;
      min-height: 380px;
}
.fullSlide1 .content .content_box .tit {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    padding-top: 30px;
    margin-bottom: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fullSlide1 .content .content_box .text{
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: rgba(178, 217, 255, 1);
      margin-bottom: 40px;
}
.fullSlide1.party .content .content_box .text{
color:#fff;
}
.fullSlide1 .content .content_box .content_btns{
        display: flex;
        align-items: center;
        padding-top: 40px;
        color: rgba(187, 221, 255, 1);
   position: absolute;
  bottom: 60px;
    }
.fullSlide1.party .content .content_box .content_btns{
	color:#fff;
}
    .fullSlide1 .content .content_box .content_btns>div{
        margin-right: 60px;
        display: flex;
        align-items: center;
    }
    .fullSlide1 .content .content_box .content_btns .pre_btn:hover .pre{
        background-image: url(../images/next_inactive.png);
        width: 55px;
        height: 31px;
        display: inline-block;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
    .fullSlide1 .content .content_box .content_btns .pre{
        background-image: url(../images/pre_inactive.png);
        width: 50px;
        height: 27px;
        display: inline-block;
      background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    }
.fullSlide1.party .content .content_box .content_btns .pre{
  background-image: url(../images/party_pre.png);
}
    .fullSlide1 .content .content_box .content_btns .next{
        background-image: url(../images/next_active1.png);
        width: 50px;
        height: 27px;
        display: inline-block;
      background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    }
    .fullSlide1.party .content .content_box .content_btns .next{
      background-image: url(../images/party_next.png);
    }
    .fullSlide1 .content .content_box .content_btns .next_btn:hover .next{
        background-image: url(../images/next_inactive.png);
        width: 55px;
        height: 31px;
        display: inline-block;
    }
.fullSlide1.party .content .content_box .content_btns .pre_btn:hover .pre{
  background-image: url(../images/party_next_inactive.png);
}

.fullSlide1.party .content .content_box .content_btns .next_btn:hover .next{
  background-image: url(../images/party_next_inactive.png);
}

.newsList1{
    margin-bottom: 35px;
}
.newsList1 .item {
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding-top: 20px;
}
.newsList1 .auto_1600 {
    padding: 0;
    max-width: 100%;
    margin: 0;
}
.newsList1 .item .flex {
    justify-content: space-between;
    align-items: center;
  width: 100%;
  padding-left:40px;
}
.newsList1 .item .time_box {
    width: 20%;
    color: #037CDD;
    font-size: 24px;
    font-weight: 500;
    padding-left: 6%;
    padding-right: 20px;
}
.newsList1.party .item .time_box{
  color: rgba(234, 6, 6, 1);
}
.newsList1 .item .time_box .year{
    font-size: 16px;
}
.newsList1 .item .content {
    width: calc(100% - 25% - 50px);
    padding: 20px 80px 20px 20px;
    color: #3D454D;
}
.newsList1 .item h3 {
    font-size: 22px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsList1 .item .text {
    font-size: 16px;
    color: #83898E;
    line-height: 36px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.newsList3 .morea1,
.newsList1 .morea1 {
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    background: #fff url(../images/more7.png) no-repeat center;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s;
    margin-right: 4.5%;
    background-position: center;
    background-size: contain;
}
.newsList1 .item .imgbox {
   display: none;
    margin-top: -25px;
    width: 25%;
	padding-left: 50px;
    height: 250px;
    flex: 0 0 auto;
    background-position: center;
    background-size: cover;
}
.newsList1 .item:hover .imgbox{
    display: inline-block;
}
.newsList1 .item .flex:hover{
    background-color: #037CDD;
    opacity: 0.85;
}
.newsList1 .item:hover .flex{
    background-color: #037CDD;
      opacity: 0.85;
}
.newsList1.party .item:hover .flex{
  background: rgba(234, 6, 6, 0.85);
}
.newsList1 .item:hover .time_box,
.newsList1 .item:hover .content{
    color: #fff;
}
.newsList1 .item:hover .content .text{
    color: #fff;
    opacity: 0.7;
}
.newsList1 .item .flex:hover .content,
.newsList1 .item .flex:hover .time_box{
    color: #fff;
}
.newsList1 .item .flex:hover .content .text{
    color: #fff;
    opacity: 0.7;
}
.newsList1 .item:hover .second_box{
    background-color: #037CDD;
}
.newsList1 .item:hover .morea1{
    position: relative;
}


.video_fc .div {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/play2.png) no-repeat center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video_fc .div1 {
    width: 13px;
    height: 14px;
    background-image: url(../images/video_img2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.home3 .rightBox .liBox .item li {
    padding: 14px 0;
}

.home3 .rightBox .liBox .item li .txtBox .info {
    max-height: 3em;
}

.newsList2 .items {
    justify-content: flex-start;
}

.gp .item .gpdata .datal {
    background-size: 28px !important;
}

.gpBlock .gpdata.up {
    color: #b60b20;
}

.gpBlock .gpdata.down {
    color: #00ac6f;
}

.gpdata.down span {
    color: #00ac6f;
    background-image: url(../images/gpdown2.png);
}/*集团业务*/
.all_wraps {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.xiangmu_ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.xiangmu_ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	transition: all linear .5s;
}
.xiangmu_ul.party_ul{
    margin-top: 30px;
}
.xiangmu_ul.party_ul li{
    width: 32%;
      border-radius: 3px;
  margin-top: 20px;
}
.xiangmu_ul.party_ul li:hover{
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0);
}
.xiangmu_ul.party_ul li .xiangmu_item_pic{
    padding-top: 100%;
}
.xiangmu_ul.party_ul .xiangmu_item_title {
       background: #ce0000;
    height: 68px;
  padding: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 4%;
    padding-right: 4%;
}
.xiangmu_ul.party_ul .xiangmu_item_title .hidd1{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  text-align: center;
}
.xiangmu_ul li:hover{
	transform: translateY(10px);
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}
.xiangmu_ul li:nth-of-type(3n){
	margin-right:0;
}
.xiangmu_ul li a{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.xiangmu_ul li .xiangmu_item_pic{
	width: 100%;
	padding-top: 66%;
	background: #000;
}
.xiangmu_item_title{
	color: #2c2c2c;
	font-weight: bold;
	padding:3% 3%;
}
.xiangmu_item_time{
 font-size: 12px;
 color: #d2d2d2;
 padding-left: 4%;
 padding-right: 4%;
}
.xiangmu_item_time.news{
margin-top: 15px;
    font-size: 16px;
    color: #004a82;
}
.xiangmu_item_desc{
	color:#777b7c ;
	line-height: 2;
	padding: 4%;
}
.hidd1 {
    font-size:18px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xiangmu_item_title.news .hidd1{
    -webkit-line-clamp: 2;
}
.hidd2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*底部新样式*/
.bottom .auto_1600{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    background-color: #272727;
    color: #fff;
    min-width: 850px;
    overflow-x: auto;
}
.leftBox{
    width: 30%;
    float: left;
    margin-top: 80px;
    margin-bottom: 75px;
    margin-left: 10%;
}
.rightBox{
    width: 40%;
    float: right;
    margin-top: 80px;
    margin-bottom: 75px;
    margin-right: 10%;
    border-left: 1px solid #373737;
    padding-left: 80px;
}
.leftBox span{
    width: 100%;
    float: left;
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}
.leftBox p{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #aaaaaa;
}
.rightBox span{
    width: 100%;
    float: left;
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}
.rightBox p a{
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 35px;
    color: #aaaaaa;
    text-decoration: none;
    margin-top:15px;
  margin-right: 20px;
}
.foot2{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    background-color: #373737;
}
.foot2 img{
    width: auto;
    float: left;
    margin-left: 10%;
}
.foot2 p{
    width: auto;
    float: right;
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    margin-right: 10%;
}
.foot2 a{
    color: #fff;
    text-decoration: none;
}
.home5{
background-color: #fff;
  margin-top: 20px;
margin-bottom: 30px;
}
.home5 .home_content{
    display: flex;
    justify-content: center;
}
.home5 .home_content_left{
    width: 48%;
    height: 450px;
}
.home_content_left .banner_item,
.home_content_left .left_banner .rq,
.home_content_left .left_banner{
    height: 100%;
    position: relative;
  background-color: #f7f7f7;
}
.home_content_left .banner_des{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_content_left .banner_img{
    height: 100%;
    background-position: center;
   background-size: contain;
    background-repeat: no-repeat;
}
.home_content_right{
    width: 48%;
    height: 450px;
    margin-left:30px;
    position: relative;
    border: 1px #f4f4f4 solid;
    border-top: 3px #1b6db7 solid;
}
.home_content_right .right_top{
    border-bottom: 1px #f4f4f4 solid;
}
.home_content_right .right_top ul{
    list-style: none;
}
.home_content_right .right_top ul li{
    display: inline-block;
    line-height: 50px;
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
.home_content_right .right_top ul li.on{
    color: #1b6db7;
    border-bottom: #fff 1px solid;
    margin-bottom: -1px;
    border-right: #f4f4f4 1px solid;
}
.home_content_right .right-bottom ul{
    list-style: none;
}
.home_content_right .right-bottom .link{
    display: block;
    padding: 0 20px;
    line-height: 50px;
}
.home_content_right .right-bottom .fl{
    font-size: 16px;
    color: #727071;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_content_right .right-bottom p em{
    color: #a7a7a7;
    font-style: normal;
    font-weight: normal;
}
.home_content_right .right-bottom .fr{
    width: 90px;
    font-size: 16px;
    color: #727071;
}
.home_content_right .right-bottom .link:hover span,
.home_content_right .right-bottom .link:hover p>em,
.home_content_right .right-bottom .link:hover p{
    color: #e89829;
}
.newsList3.party .item {
  margin-bottom: 40px;
}
.newsList3.party .item .flex {
  align-items: center;
  background: #f9f9f9;
  padding-right: 80px;
      height: 220px;
}
.newsList3.party .flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.newsList3.party a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.newsList3.party .item .imgbox {
  width: 20%;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.newsList3.party .imgbox img {
  -webkit-transition: .6s;
  transition: .6s;
  width: 100%;
  display: block;
}
.newsList3.party img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}
.newsList3.party .item .content {
  width: calc(100% - 20% - 50px);
  padding: 20px 80px;
  font-size: 18px;
  color: #555;
}
.newsList3.party .item .date {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsList3.party .item h3 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin-bottom: 20px;
}
.newsList3.party .item .text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsList3.party .item .text {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.newsList3 .item:hover .morea1{
  
}